Class: Aws::DAX::Types::UpdateClusterResponse

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 it has been modified.

Returns:



1545
1546
1547
1548
# File 'lib/aws-sdk-dax/types.rb', line 1545

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