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.
3747 3748 3749 3750 3751 3752 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3747 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.
3747 3748 3749 3750 3751 3752 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3747 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |