Class: Aws::MemoryDB::Types::DeleteClusterRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

The name of the cluster to be deleted

Returns:

  • (String)


1061
1062
1063
1064
1065
1066
1067
# File 'lib/aws-sdk-memorydb/types.rb', line 1061

class DeleteClusterRequest < Struct.new(
  :cluster_name,
  :multi_region_cluster_name,
  :final_snapshot_name)
  SENSITIVE = []
  include Aws::Structure
end

#final_snapshot_nameString

The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. MemoryDB creates the snapshot, and then deletes the cluster immediately afterward.

Returns:

  • (String)


1061
1062
1063
1064
1065
1066
1067
# File 'lib/aws-sdk-memorydb/types.rb', line 1061

class DeleteClusterRequest < Struct.new(
  :cluster_name,
  :multi_region_cluster_name,
  :final_snapshot_name)
  SENSITIVE = []
  include Aws::Structure
end

#multi_region_cluster_nameString

The name of the multi-Region cluster to be deleted.

Returns:

  • (String)


1061
1062
1063
1064
1065
1066
1067
# File 'lib/aws-sdk-memorydb/types.rb', line 1061

class DeleteClusterRequest < Struct.new(
  :cluster_name,
  :multi_region_cluster_name,
  :final_snapshot_name)
  SENSITIVE = []
  include Aws::Structure
end