Class: Aws::Types::RebootDbNodeOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_node_id::String

Returns the value of attribute db_node_id.

Returns:

  • (::String)


2246
2247
2248
# File 'sig/types.rbs', line 2246

def db_node_id
  @db_node_id
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "STOPPING", "STOPPED", "STARTING")


2247
2248
2249
# File 'sig/types.rbs', line 2247

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


2248
2249
2250
# File 'sig/types.rbs', line 2248

def status_reason
  @status_reason
end