Class: Aws::StorageGateway::Types::RemoveTagsFromResourceInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb

Overview

RemoveTagsFromResourceInput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource you want to remove the tags from.

Returns:

  • (String)


5231
5232
5233
5234
5235
5236
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 5231

class RemoveTagsFromResourceInput < Struct.new(
  :resource_arn,
  :tag_keys)
  SENSITIVE = []
  include Aws::Structure
end

#tag_keysArray<String>

The keys of the tags you want to remove from the specified resource. A tag is composed of a key-value pair.

Returns:

  • (Array<String>)


5231
5232
5233
5234
5235
5236
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 5231

class RemoveTagsFromResourceInput < Struct.new(
  :resource_arn,
  :tag_keys)
  SENSITIVE = []
  include Aws::Structure
end