Class: Aws::Lightsail::Types::RebootRelationalDatabaseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::RebootRelationalDatabaseRequest
- 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 reboot.
Instance Attribute Details
#relational_database_name ⇒ String
The name of your database to reboot.
12668 12669 12670 12671 12672 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12668 class RebootRelationalDatabaseRequest < Struct.new( :relational_database_name) SENSITIVE = [] include Aws::Structure end |