Class: Aws::Odb::Types::RebootDbNodeOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_node_idString

The unique identifier of the DB node that was rebooted.

Returns:

  • (String)


8097
8098
8099
8100
8101
8102
8103
# File 'lib/aws-sdk-odb/types.rb', line 8097

class RebootDbNodeOutput < Struct.new(
  :db_node_id,
  :status,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the DB node after the reboot operation.

Returns:

  • (String)


8097
8098
8099
8100
8101
8102
8103
# File 'lib/aws-sdk-odb/types.rb', line 8097

class RebootDbNodeOutput < Struct.new(
  :db_node_id,
  :status,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

Additional information about the status of the DB node after the reboot operation.

Returns:

  • (String)


8097
8098
8099
8100
8101
8102
8103
# File 'lib/aws-sdk-odb/types.rb', line 8097

class RebootDbNodeOutput < Struct.new(
  :db_node_id,
  :status,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end