Class: Aws::RDS::Types::DeleteDBClusterSnapshotMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_snapshot_identifierString

The identifier of the DB cluster snapshot to delete.

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

Returns:

  • (String)


11185
11186
11187
11188
11189
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 11185

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