Class: Aws::Odb::Types::GetDbNodeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::GetDbNodeInput
- 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.
-
#db_node_id ⇒ String
The unique identifier of the DB node to retrieve information about.
-
#exadb_vm_cluster_id ⇒ String
The unique identifier of the Exascale VM cluster that contains the DB node.
Instance Attribute Details
#cloud_vm_cluster_id ⇒ String
The unique identifier of the VM cluster that contains the DB node.
You must specify either this parameter or exadbVmClusterId.
7622 7623 7624 7625 7626 7627 7628 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 7622 class GetDbNodeInput < Struct.new( :cloud_vm_cluster_id, :exadb_vm_cluster_id, :db_node_id) SENSITIVE = [] include Aws::Structure end |
#db_node_id ⇒ String
The unique identifier of the DB node to retrieve information about.
7622 7623 7624 7625 7626 7627 7628 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 7622 class GetDbNodeInput < Struct.new( :cloud_vm_cluster_id, :exadb_vm_cluster_id, :db_node_id) SENSITIVE = [] include Aws::Structure end |
#exadb_vm_cluster_id ⇒ String
The unique identifier of the Exascale VM cluster that contains the
DB node. You must specify either this parameter or
cloudVmClusterId.
7622 7623 7624 7625 7626 7627 7628 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 7622 class GetDbNodeInput < Struct.new( :cloud_vm_cluster_id, :exadb_vm_cluster_id, :db_node_id) SENSITIVE = [] include Aws::Structure end |