Class: Aws::StorageGateway::Types::RemoveTagsFromResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::RemoveTagsFromResourceInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
RemoveTagsFromResourceInput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource you want to remove the tags from.
-
#tag_keys ⇒ Array<String>
The keys of the tags you want to remove from the specified resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource you want to remove the tags from.
5386 5387 5388 5389 5390 5391 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 5386 class RemoveTagsFromResourceInput < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The keys of the tags you want to remove from the specified resource. A tag is composed of a key-value pair.
5386 5387 5388 5389 5390 5391 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 5386 class RemoveTagsFromResourceInput < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |