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)


12653
12654
12655
12656
12657
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 12653

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