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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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)


12836
12837
12838
12839
12840
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 12836

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