Class: Aws::DAX::Types::IncreaseReplicationFactorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::IncreaseReplicationFactorResponse
- Defined in:
- gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster ⇒ Types::Cluster
A description of the DAX cluster.
Instance Attribute Details
#cluster ⇒ Types::Cluster
A description of the DAX cluster. with its new replication factor.
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 |