Class: Aws::CleanRooms::Types::UntagResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UntagResourceInput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) associated with the resource you want to remove the tag from.
-
#tag_keys ⇒ Array<String>
A list of key names of tags to be removed.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) associated with the resource you want to remove the tag from.
9458 9459 9460 9461 9462 9463 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9458 class UntagResourceInput < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
A list of key names of tags to be removed.
9458 9459 9460 9461 9462 9463 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9458 class UntagResourceInput < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |