Class: Aws::LookoutEquipment::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::UntagResourceRequest
- 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 resource to which the tag is currently associated.
-
#tag_keys ⇒ Array<String>
Specifies the key of the tag to be removed from a specified resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource to which the tag is currently associated.
4083 4084 4085 4086 4087 4088 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4083 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
Specifies the key of the tag to be removed from a specified resource.
4083 4084 4085 4086 4087 4088 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4083 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |