class
Amazonite::EventBridge::CreatePartnerEventSourceRequest
- Amazonite::EventBridge::CreatePartnerEventSourceRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/create_partner_event_source_request.crConstructors
- .new(name : String, account : String)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#account : String
The Amazon Web Services account ID that is permitted to create a matching partner event bus for this partner event source.
-
#account=(account : String)
The Amazon Web Services account ID that is permitted to create a matching partner event bus for this partner event source.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String
The name of the partner event source.
-
#name=(name : String)
The name of the partner event source.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Amazon Web Services account ID that is permitted to create a matching partner event bus for this partner event source.
The Amazon Web Services account ID that is permitted to create a matching partner event bus for this partner event source.
The name of the partner event source. This name must be unique and must be in the format *partner_name*/*event_namespace*/*event_name*. The Amazon Web Services account that wants to
use this partner event source must create a partner event bus with a name that matches the name
of the partner event source.
The name of the partner event source. This name must be unique and must be in the format *partner_name*/*event_namespace*/*event_name*. The Amazon Web Services account that wants to
use this partner event source must create a partner event bus with a name that matches the name
of the partner event source.