class
Amazonite::EventBridge::UpdateArchiveResponse
- Amazonite::EventBridge::UpdateArchiveResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/update_archive_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(archive_arn : String | Nil = nil, state : ArchiveState | Nil = nil, state_reason : String | Nil = nil, creation_time : Time | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#archive_arn : String | Nil
The ARN of the archive.
-
#archive_arn=(archive_arn : String | Nil)
The ARN of the archive.
-
#creation_time : Time | Nil
The time at which the archive was updated.
-
#creation_time=(creation_time : Time | Nil)
The time at which the archive was updated.
-
#hash(hasher)
See
Object#hash(hasher) -
#state : ArchiveState | Nil
The state of the archive.
-
#state=(state : ArchiveState | Nil)
The state of the archive.
-
#state_reason : String | Nil
The reason that the archive is in the current state.
-
#state_reason=(state_reason : String | Nil)
The reason that the archive is in the current state.
- #validate! : Nil
Constructor Detail
def self.new(archive_arn : String | Nil = nil, state : ArchiveState | Nil = nil, state_reason : String | Nil = nil, creation_time : Time | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def state_reason=(state_reason : String | Nil)
#
The reason that the archive is in the current state.