Class: Aws::Odb::Types::StartDbNodeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::StartDbNodeInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_vm_cluster_id ⇒ String
The unique identifier of the VM cluster that contains the DB node to start.
-
#db_node_id ⇒ String
The unique identifier of the DB node to start.
Instance Attribute Details
#cloud_vm_cluster_id ⇒ String
The unique identifier of the VM cluster that contains the DB node to start.
5076 5077 5078 5079 5080 5081 |
# File 'lib/aws-sdk-odb/types.rb', line 5076 class StartDbNodeInput < Struct.new( :cloud_vm_cluster_id, :db_node_id) SENSITIVE = [] include Aws::Structure end |
#db_node_id ⇒ String
The unique identifier of the DB node to start.
5076 5077 5078 5079 5080 5081 |
# File 'lib/aws-sdk-odb/types.rb', line 5076 class StartDbNodeInput < Struct.new( :cloud_vm_cluster_id, :db_node_id) SENSITIVE = [] include Aws::Structure end |