Class: Aws::Types::DeleteClusterRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name ⇒ ::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


290
291
292
# File 'sig/types.rbs', line 290

def cluster_name
  @cluster_name
end

#final_snapshot_name ⇒ ::String

Returns the value of attribute final_snapshot_name.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def final_snapshot_name
  @final_snapshot_name
end

#multi_region_cluster_name ⇒ ::String

Returns the value of attribute multi_region_cluster_name.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def multi_region_cluster_name
  @multi_region_cluster_name
end