Class: Aws::DAX::Types::IncreaseReplicationFactorResponse

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. with its new replication factor.

Returns:



956
957
958
959
# File 'lib/aws-sdk-dax/types.rb', line 956

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