Class: Aws::Types::RebootAutonomousDatabaseInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#autonomous_database_id::String

Returns the value of attribute autonomous_database_id.

Returns:

  • (::String)


2225
2226
2227
# File 'sig/types.rbs', line 2225

def autonomous_database_id
  @autonomous_database_id
end

#is_online_rebootBoolean

Returns the value of attribute is_online_reboot.

Returns:

  • (Boolean)


2226
2227
2228
# File 'sig/types.rbs', line 2226

def is_online_reboot
  @is_online_reboot
end