Class: Aws::DocDB::Types::DeleteDBClusterSnapshotMessage

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

Overview

Represents the input to DeleteDBClusterSnapshot.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_snapshot_identifierString

The identifier of the cluster snapshot to delete.

Constraints: Must be the name of an existing cluster snapshot in the available state.

Returns:

  • (String)


2414
2415
2416
2417
2418
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 2414

class DeleteDBClusterSnapshotMessage < Struct.new(
  :db_cluster_snapshot_identifier)
  SENSITIVE = []
  include Aws::Structure
end