class
Amazonite::EventBridge::PartnerEventSource
- Amazonite::EventBridge::PartnerEventSource
- Reference
- Object
Overview
A partner event source is created by an SaaS partner. If a customer creates a partner event bus that matches this event source, that Amazon Web Services account can receive events from the partner's applications or services.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/partner_event_source.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String | Nil
The ARN of the partner event source.
-
#arn=(arn : String | Nil)
The ARN of the partner event source.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String | Nil
The name of the partner event source.
-
#name=(name : String | Nil)
The name of the partner event source.
- #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?.