Class: Aws::MediaTailor::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The tags associated with this resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The tags associated with this resource. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
2455 2456 2457 2458 2459 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2455 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |