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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#clusterTypes::Cluster

A description of the DAX cluster, after it has been modified.

Returns:



1604
1605
1606
1607
1608
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1604

class UpdateClusterResponse < Struct.new(
  :cluster)
  SENSITIVE = []
  include Aws::Structure
end