Class: Aws::Lightsail::Types::DeleteRelationalDatabaseSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DeleteRelationalDatabaseSnapshotRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#relational_database_snapshot_name ⇒ String
The name of the database snapshot that you are deleting.
Instance Attribute Details
#relational_database_snapshot_name ⇒ String
The name of the database snapshot that you are deleting.
5381 5382 5383 5384 5385 |
# File 'lib/aws-sdk-lightsail/types.rb', line 5381 class DeleteRelationalDatabaseSnapshotRequest < Struct.new( :relational_database_snapshot_name) SENSITIVE = [] include Aws::Structure end |