Class: Aws::ElastiCache::Types::IncreaseReplicaCountResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::IncreaseReplicaCountResult
- Includes:
- Structure
- Defined in:
- 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 Valkey or Redis OSS replication group.
Instance Attribute Details
#replication_group ⇒ Types::ReplicationGroup
Contains all of the attributes of a specific Valkey or Redis OSS replication group.
5469 5470 5471 5472 5473 |
# File 'lib/aws-sdk-elasticache/types.rb', line 5469 class IncreaseReplicaCountResult < Struct.new( :replication_group) SENSITIVE = [] include Aws::Structure end |