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.
9418 9419 9420 9421 9422 |
# File 'lib/aws-sdk-lightsail/types.rb', line 9418 class GetRelationalDatabaseRequest < Struct.new( :relational_database_name) SENSITIVE = [] include Aws::Structure end |