Class: Aws::Types::DeleteClusterMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


842
843
844
# File 'sig/types.rbs', line 842

def cluster_identifier
  @cluster_identifier
end

#final_cluster_snapshot_identifier::String

Returns the value of attribute final_cluster_snapshot_identifier.

Returns:

  • (::String)


844
845
846
# File 'sig/types.rbs', line 844

def final_cluster_snapshot_identifier
  @final_cluster_snapshot_identifier
end

#final_cluster_snapshot_retention_period::Integer

Returns the value of attribute final_cluster_snapshot_retention_period.

Returns:

  • (::Integer)


845
846
847
# File 'sig/types.rbs', line 845

def final_cluster_snapshot_retention_period
  @final_cluster_snapshot_retention_period
end

#skip_final_cluster_snapshotBoolean

Returns the value of attribute skip_final_cluster_snapshot.

Returns:

  • (Boolean)


843
844
845
# File 'sig/types.rbs', line 843

def skip_final_cluster_snapshot
  @skip_final_cluster_snapshot
end