class
Amazonite::CloudWatchLogs::UpdateLookupTableResponse
- Amazonite::CloudWatchLogs::UpdateLookupTableResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/update_lookup_table_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(lookup_table_arn : String | Nil = nil, last_updated_time : Int64 | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#last_updated_time : Int64 | Nil
The time when the lookup table was last updated, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. -
#last_updated_time=(last_updated_time : Int64 | Nil)
The time when the lookup table was last updated, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. -
#lookup_table_arn : String | Nil
The ARN of the lookup table that was updated.
-
#lookup_table_arn=(lookup_table_arn : String | Nil)
The ARN of the lookup table that was updated.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The time when the lookup table was last updated, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.
The time when the lookup table was last updated, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.
The ARN of the lookup table that was updated.