Class: Aws::Translate::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
Tags associated with the Amazon Translate resource being queried.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
Tags associated with the Amazon Translate resource being queried. A tag is a key-value pair that adds as a metadata to a resource used by Amazon Translate. For example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales department.
759 760 761 762 763 |
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 759 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |