Describe Tag Option
servicecatalog_describe_tag_option | R Documentation |
Gets information about the specified TagOption¶
Description¶
Gets information about the specified TagOption.
Usage¶
Arguments¶
Id
[required] The TagOption identifier.
Value¶
A list with the following syntax:
list(
TagOptionDetail = list(
Key = "string",
Value = "string",
Active = TRUE|FALSE,
Id = "string",
Owner = "string"
)
)