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

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

Returns:



894
895
896
897
898
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 894

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