Class: Aws::ElastiCache::Types::IncreaseReplicaCountResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::IncreaseReplicaCountResult
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#replication_group ⇒ Types::ReplicationGroup
Contains all of the attributes of a specific Redis replication group.
Instance Attribute Details
#replication_group ⇒ Types::ReplicationGroup
Contains all of the attributes of a specific Redis replication group.
4953 4954 4955 4956 4957 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4953 class IncreaseReplicaCountResult < Struct.new( :replication_group) SENSITIVE = [] include Aws::Structure end |