class
Amazonite::EventBridge::CreateArchiveResponse
- Amazonite::EventBridge::CreateArchiveResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/create_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 that was created.
-
#archive_arn=(archive_arn : String | Nil)
The ARN of the archive that was created.
-
#creation_time : Time | Nil
The time at which the archive was created.
-
#creation_time=(creation_time : Time | Nil)
The time at which the archive was created.
-
#hash(hasher)
See
Object#hash(hasher) -
#state : ArchiveState | Nil
The state of the archive that was created.
-
#state=(state : ArchiveState | Nil)
The state of the archive that was created.
-
#state_reason : String | Nil
The reason that the archive is in the state.
-
#state_reason=(state_reason : String | Nil)
The reason that the archive is in the 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?.