You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RebootNodeRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  cluster_name: "String", # required
  node_id: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

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

Returns:

  • (String)

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

#node_idString

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

Returns:

  • (String)

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