class
Amazonite::EventBridge::PartnerEventSourceAccount
- Amazonite::EventBridge::PartnerEventSourceAccount
- Reference
- Object
Overview
The Amazon Web Services account that a partner event source has been offered to.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/partner_event_source_account.crConstructors
- .new(pull : JSON::PullParser)
- .new(account : String | Nil = nil, creation_time : Time | Nil = nil, expiration_time : Time | Nil = nil, state : EventSourceState | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#account : String | Nil
The Amazon Web Services account ID that the partner event source was offered to.
-
#account=(account : String | Nil)
The Amazon Web Services account ID that the partner event source was offered to.
-
#creation_time : Time | Nil
The date and time the event source was created.
-
#creation_time=(creation_time : Time | Nil)
The date and time the event source was created.
-
#expiration_time : Time | Nil
The date and time that the event source will expire, if the Amazon Web Services account doesn't create a matching event bus for it.
-
#expiration_time=(expiration_time : Time | Nil)
The date and time that the event source will expire, if the Amazon Web Services account doesn't create a matching event bus for it.
-
#hash(hasher)
See
Object#hash(hasher) -
#state : EventSourceState | Nil
The state of the event source.
-
#state=(state : EventSourceState | Nil)
The state of the 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 the partner event source was offered to.
The Amazon Web Services account ID that the partner event source was offered to.
The date and time that the event source will expire, if the Amazon Web Services account doesn't create a matching event bus for it.
The date and time that the event source will expire, if the Amazon Web Services account doesn't create a matching event bus for it.
The state of the event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted.
The state of the event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted.