Class: Aws::MemoryDB::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource to which the tags are to be removed

Returns:

  • (String)


3000
3001
3002
3003
3004
3005
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 3000

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

#tag_keysArray<String>

The list of keys of the tags that are to be removed

Returns:

  • (Array<String>)


3000
3001
3002
3003
3004
3005
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 3000

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