Class: Aws::MQ::Types::DataReplicationMetadataOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::DataReplicationMetadataOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
The replication details of the data replication-enabled broker. Only returned if dataReplicationMode or pendingDataReplicationMode is set to CRDR.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_replication_counterpart ⇒ Types::DataReplicationCounterpart
Describes the replica/primary broker.
-
#data_replication_role ⇒ String
Defines the role of this broker in a data replication pair.
Instance Attribute Details
#data_replication_counterpart ⇒ Types::DataReplicationCounterpart
Describes the replica/primary broker. Only returned if this broker is currently set as a primary or replica in the broker’s dataReplicationRole property.
1014 1015 1016 1017 1018 1019 |
# File 'lib/aws-sdk-mq/types.rb', line 1014 class DataReplicationMetadataOutput < Struct.new( :data_replication_counterpart, :data_replication_role) SENSITIVE = [] include Aws::Structure end |
#data_replication_role ⇒ String
Defines the role of this broker in a data replication pair. When a replica broker is promoted to primary, this role is interchanged.
1014 1015 1016 1017 1018 1019 |
# File 'lib/aws-sdk-mq/types.rb', line 1014 class DataReplicationMetadataOutput < Struct.new( :data_replication_counterpart, :data_replication_role) SENSITIVE = [] include Aws::Structure end |