Class: Aws::Odb::Types::GetDbNodeInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_vm_cluster_idString

The unique identifier of the VM cluster that contains the DB node.

Returns:

  • (String)


3414
3415
3416
3417
3418
3419
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3414

class GetDbNodeInput < Struct.new(
  :cloud_vm_cluster_id,
  :db_node_id)
  SENSITIVE = []
  include Aws::Structure
end

#db_node_idString

The unique identifier of the DB node to retrieve information about.

Returns:

  • (String)


3414
3415
3416
3417
3418
3419
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3414

class GetDbNodeInput < Struct.new(
  :cloud_vm_cluster_id,
  :db_node_id)
  SENSITIVE = []
  include Aws::Structure
end