Class: Aws::Odb::Types::StopDbNodeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::StopDbNodeInput
- Defined in:
- gems/aws-sdk-odb/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 stop.
-
#db_node_id ⇒ String
The unique identifier of the DB node to stop.
Instance Attribute Details
#cloud_vm_cluster_id ⇒ String
The unique identifier of the VM cluster that contains the DB node to stop.
4851 4852 4853 4854 4855 4856 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4851 class StopDbNodeInput < 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 stop.
4851 4852 4853 4854 4855 4856 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4851 class StopDbNodeInput < Struct.new( :cloud_vm_cluster_id, :db_node_id) SENSITIVE = [] include Aws::Structure end |