Class: Aws::Lightsail::Types::GetRelationalDatabaseSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetRelationalDatabaseSnapshotRequest
- 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 for which to get information.
Instance Attribute Details
#relational_database_snapshot_name ⇒ String
The name of the database snapshot for which to get information.
9442 9443 9444 9445 9446 |
# File 'lib/aws-sdk-lightsail/types.rb', line 9442 class GetRelationalDatabaseSnapshotRequest < Struct.new( :relational_database_snapshot_name) SENSITIVE = [] include Aws::Structure end |