Class: Aws::Lightsail::Types::GetRelationalDatabaseSnapshotRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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 for which to get information.

Returns:

  • (String)


9443
9444
9445
9446
9447
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 9443

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