Class: Aws::DAX::Types::DecreaseReplicationFactorResponse

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 you have decreased its replication factor.

Returns:



411
412
413
414
# File 'lib/aws-sdk-dax/types.rb', line 411

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