Class: Aws::DAX::Types::RebootNodeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::RebootNodeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dax/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_name ⇒ String
The name of the DAX cluster containing the node to be rebooted.
-
#node_id ⇒ String
The system-assigned ID of the node to be rebooted.
Instance Attribute Details
#cluster_name ⇒ String
The name of the DAX cluster containing the node to be rebooted.
1263 1264 1265 1266 1267 1268 |
# File 'lib/aws-sdk-dax/types.rb', line 1263 class RebootNodeRequest < Struct.new( :cluster_name, :node_id) SENSITIVE = [] include Aws::Structure end |
#node_id ⇒ String
The system-assigned ID of the node to be rebooted.
1263 1264 1265 1266 1267 1268 |
# File 'lib/aws-sdk-dax/types.rb', line 1263 class RebootNodeRequest < Struct.new( :cluster_name, :node_id) SENSITIVE = [] include Aws::Structure end |