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

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

Returns:



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

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