Class: Aws::LookoutEquipment::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the specific resource to which the tag should be associated.
-
#tags ⇒ Array<Types::Tag>
The tag or tags to be associated with a specific resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the specific resource to which the tag should be associated.
4251 4252 4253 4254 4255 4256 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4251 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tag or tags to be associated with a specific resource. Both the tag key and value are specified.
4251 4252 4253 4254 4255 4256 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4251 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |