Class: Aws::DAX::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_nameString

The name of the DAX resource from which the tags should be removed.

Returns:

  • (String)


1530
1531
1532
1533
1534
1535
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1530

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

#tag_keysArray<String>

A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.

Returns:

  • (Array<String>)


1530
1531
1532
1533
1534
1535
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1530

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