Describe Service Action
| servicecatalog_describe_service_action | R Documentation |
Describes a self-service action¶
Description¶
Describes a self-service action.
Usage¶
Arguments¶
Id[required] The self-service action identifier.
AcceptLanguageThe language code.
jp- Japanesezh- Chinese
Value¶
A list with the following syntax:
list(
ServiceActionDetail = list(
ServiceActionSummary = list(
Id = "string",
Name = "string",
Description = "string",
DefinitionType = "SSM_AUTOMATION"
),
Definition = list(
"string"
)
)
)