Class: Aws::Lightsail::Types::RebootRelationalDatabaseRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#relational_database_nameString

The name of your database to reboot.

Returns:

  • (String)


12613
12614
12615
12616
12617
# File 'lib/aws-sdk-lightsail/types.rb', line 12613

class RebootRelationalDatabaseRequest < Struct.new(
  :relational_database_name)
  SENSITIVE = []
  include Aws::Structure
end