Class: Aws::RDS::Types::DeleteDBSnapshotMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_snapshot_identifierString

The DB snapshot identifier.

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

Returns:

  • (String)


11463
11464
11465
11466
11467
# File 'lib/aws-sdk-rds/types.rb', line 11463

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