Class: Aws::Odb::Types::StopDbNodeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::StopDbNodeOutput
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_node_id ⇒ String
The unique identifier of the DB node that was stopped.
-
#status ⇒ String
The current status of the DB node after the stop operation.
-
#status_reason ⇒ String
Additional information about the status of the DB node after the stop operation.
Instance Attribute Details
#db_node_id ⇒ String
The unique identifier of the DB node that was stopped.
5139 5140 5141 5142 5143 5144 5145 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5139 class StopDbNodeOutput < Struct.new( :db_node_id, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the DB node after the stop operation.
5139 5140 5141 5142 5143 5144 5145 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5139 class StopDbNodeOutput < Struct.new( :db_node_id, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Additional information about the status of the DB node after the stop operation.
5139 5140 5141 5142 5143 5144 5145 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5139 class StopDbNodeOutput < Struct.new( :db_node_id, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |