Class: Aws::EventBridge::Types::ReplicationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::ReplicationConfig
- Defined in:
- gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb
Overview
Endpoints can replicate all events to the secondary Region.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
The state of event replication.
Instance Attribute Details
#state ⇒ String
The state of event replication.
4270 4271 4272 4273 4274 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4270 class ReplicationConfig < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |