Class: Aws::RDS::Types::DeleteDBSnapshotMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DeleteDBSnapshotMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_snapshot_identifier ⇒ String
The DB snapshot identifier.
Instance Attribute Details
#db_snapshot_identifier ⇒ String
The DB snapshot identifier.
Constraints: Must be the name of an existing DB snapshot in the ‘available` state.
11877 11878 11879 11880 11881 |
# File 'lib/aws-sdk-rds/types.rb', line 11877 class DeleteDBSnapshotMessage < Struct.new( :db_snapshot_identifier) SENSITIVE = [] include Aws::Structure end |