Class: Aws::MediaTailor::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) associated with the resource.
-
#tags ⇒ Hash<String,String>
The tags to assign to the resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) associated with the resource.
4603 4604 4605 4606 4607 4608 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 4603 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to assign to the 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.
4603 4604 4605 4606 4607 4608 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 4603 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |