class
Amazonite::EventBridge::DeletePartnerEventSourceRequest
- Amazonite::EventBridge::DeletePartnerEventSourceRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/delete_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 of the Amazon Web Services customer that the event source was created for.
-
#account=(account : String)
The Amazon Web Services account ID of the Amazon Web Services customer that the event source was created for.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String
The name of the event source to delete.
-
#name=(name : String)
The name of the event source to delete.
- #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?.
def account : String
#
The Amazon Web Services account ID of the Amazon Web Services customer that the event source was created for.
def account=(account : String)
#
The Amazon Web Services account ID of the Amazon Web Services customer that the event source was created for.