Class: Aws::ElastiCache::Types::TestFailoverResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::TestFailoverResult
- 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.
9415 9416 9417 9418 9419 |
# File 'lib/aws-sdk-elasticache/types.rb', line 9415 class TestFailoverResult < Struct.new( :replication_group) SENSITIVE = [] include Aws::Structure end |