Class: Aws::Lightsail::Types::StartRelationalDatabaseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::StartRelationalDatabaseRequest
- 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 your database to start.
Instance Attribute Details
#relational_database_name ⇒ String
The name of your database to start.
13978 13979 13980 13981 13982 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13978 class StartRelationalDatabaseRequest < Struct.new( :relational_database_name) SENSITIVE = [] include Aws::Structure end |