class
Amazonite::EventBridge::ReplicationConfig
- Amazonite::EventBridge::ReplicationConfig
- Reference
- Object
Overview
Endpoints can replicate all events to the secondary Region.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/replication_config.crConstructors
- .new(pull : JSON::PullParser)
- .new(state : ReplicationState | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#state : ReplicationState | Nil
The state of event replication.
-
#state=(state : ReplicationState | Nil)
The state of event replication.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.