Class: Aws::Lightsail::Types::GetRelationalDatabaseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetRelationalDatabaseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#relational_database_name ⇒ String
The name of the database that you are looking up.
Instance Attribute Details
#relational_database_name ⇒ String
The name of the database that you are looking up.
9419 9420 9421 9422 9423 |
# File 'lib/aws-sdk-lightsail/types.rb', line 9419 class GetRelationalDatabaseRequest < Struct.new( :relational_database_name) SENSITIVE = [] include Aws::Structure end |