class
Amazonite::EventBridge::DescribeEventSourceResponse
- Amazonite::EventBridge::DescribeEventSourceResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/describe_event_source_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(arn : String | Nil = nil, created_by : String | Nil = nil, creation_time : Time | Nil = nil, expiration_time : Time | Nil = nil, name : String | Nil = nil, state : EventSourceState | Nil = nil)
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.
-
#created_by : String | Nil
The name of the SaaS partner that created the event source.
-
#created_by=(created_by : String | Nil)
The name of the SaaS partner that created the event source.
-
#creation_time : Time | Nil
The date and time that the event source was created.
-
#creation_time=(creation_time : Time | Nil)
The date and time that the event source was created.
-
#expiration_time : Time | Nil
The date and time that the event source will expire if you do not create a matching event bus.
-
#expiration_time=(expiration_time : Time | Nil)
The date and time that the event source will expire if you do not create a matching event bus.
-
#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.
-
#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 name of the SaaS partner that created the event source.
The date and time that the event source was created.
The date and time that the event source will expire if you do not create a matching event bus.
The date and time that the event source will expire if you do not create a matching event bus.
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.