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

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_snapshot_identifierString

The DB snapshot identifier.

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

Returns:

  • (String)


11415
11416
11417
11418
11419
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 11415

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