Class: Aws::Odb::Types::StopDbNodeOutput

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

Returns:

  • (String)


4873
4874
4875
4876
4877
4878
4879
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4873

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

#statusString

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

Returns:

  • (String)


4873
4874
4875
4876
4877
4878
4879
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4873

class StopDbNodeOutput < 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 stop operation.

Returns:

  • (String)


4873
4874
4875
4876
4877
4878
4879
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4873

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