Class: Aws::DAX::Types::RebootNodeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::RebootNodeResponse
- Defined in:
- gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster ⇒ Types::Cluster
A description of the DAX cluster after a node has been rebooted.
Instance Attribute Details
#cluster ⇒ Types::Cluster
A description of the DAX cluster after a node has been rebooted.
1276 1277 1278 1279 1280 |
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1276 class RebootNodeResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |