Class: Aws::EventBridge::Types::ReplicationConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#stateString

The state of event replication.

Returns:

  • (String)


4096
4097
4098
4099
4100
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4096

class ReplicationConfig < Struct.new(
  :state)
  SENSITIVE = []
  include Aws::Structure
end