Class: Aws::DAX::Types::RebootNodeRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

The name of the DAX cluster containing the node to be rebooted.

Returns:

  • (String)


1263
1264
1265
1266
1267
1268
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1263

class RebootNodeRequest < Struct.new(
  :cluster_name,
  :node_id)
  SENSITIVE = []
  include Aws::Structure
end

#node_idString

The system-assigned ID of the node to be rebooted.

Returns:

  • (String)


1263
1264
1265
1266
1267
1268
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1263

class RebootNodeRequest < Struct.new(
  :cluster_name,
  :node_id)
  SENSITIVE = []
  include Aws::Structure
end