Class: Aws::Lightsail::Types::DeleteRelationalDatabaseSnapshotRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#relational_database_snapshot_nameString

The name of the database snapshot that you are deleting.

Returns:

  • (String)


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