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.
9549 9550 9551 9552 9553 |
# File 'lib/aws-sdk-lightsail/types.rb', line 9549 class GetRelationalDatabaseRequest < Struct.new( :relational_database_name) SENSITIVE = [] include Aws::Structure end |