Class: Aws::Odb::Types::StartDbNodeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::StartDbNodeOutput
- 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 started.
-
#status ⇒ String
The current status of the DB node after the start operation.
-
#status_reason ⇒ String
Additional information about the status of the DB node after the start operation.
Instance Attribute Details
#db_node_id ⇒ String
The unique identifier of the DB node that was started.
4832 4833 4834 4835 4836 4837 4838 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4832 class StartDbNodeOutput < Struct.new( :db_node_id, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the DB node after the start operation.
4832 4833 4834 4835 4836 4837 4838 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4832 class StartDbNodeOutput < 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 start operation.
4832 4833 4834 4835 4836 4837 4838 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4832 class StartDbNodeOutput < Struct.new( :db_node_id, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |