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 Redis OSS replication group.
Instance Attribute Details
#replication_group ⇒ Types::ReplicationGroup
Contains all of the attributes of a specific Redis OSS replication group.
3337 3338 3339 3340 3341 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3337 class DecreaseReplicaCountResult < Struct.new( :replication_group) SENSITIVE = [] include Aws::Structure end |