Class: Aws::ElastiCache::Types::DecreaseReplicaCountResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::DecreaseReplicaCountResult
- 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 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.
3333 3334 3335 3336 3337 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3333 class DecreaseReplicaCountResult < Struct.new( :replication_group) SENSITIVE = [] include Aws::Structure end |