Class: Aws::EventBridge::Types::ReplicationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::ReplicationConfig
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-eventbridge/types.rb', line 4270 class ReplicationConfig < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |