Class: Aws::DAX::Types::RebootNodeResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#clusterTypes::Cluster

A description of the DAX cluster after a node has been rebooted.

Returns:



1248
1249
1250
1251
# File 'lib/aws-sdk-dax/types.rb', line 1248

class RebootNodeResponse < Struct.new(
  :cluster)
  include Aws::Structure
end