Class: Aws::DAX::Types::IncreaseReplicationFactorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::IncreaseReplicationFactorResponse
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-dax/types.rb', line 894 class IncreaseReplicationFactorResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |