servicecatalog_describe_service_action_execution_parameters {paws.management} | R Documentation |
Finds the default parameters for a specific self-service action on a specific provisioned product and returns a map of the results to the user
Description
Finds the default parameters for a specific self-service action on a specific provisioned product and returns a map of the results to the user.
See https://www.paws-r-sdk.com/docs/servicecatalog_describe_service_action_execution_parameters/ for full documentation.
Usage
servicecatalog_describe_service_action_execution_parameters(
ProvisionedProductId,
ServiceActionId,
AcceptLanguage = NULL
)
Arguments
ProvisionedProductId |
[required] The identifier of the provisioned product. |
ServiceActionId |
[required] The self-service action identifier. |
AcceptLanguage |
The language code.
|
[Package paws.management version 0.9.0 Index]