Class: Aws::Odb::Types::StopDbNodeInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 to stop.

Returns:

  • (String)


5117
5118
5119
5120
5121
5122
# File 'lib/aws-sdk-odb/types.rb', line 5117

class StopDbNodeInput < 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 stop.

Returns:

  • (String)


5117
5118
5119
5120
5121
5122
# File 'lib/aws-sdk-odb/types.rb', line 5117

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