class
Amazonite::CloudWatchLogs::CreateLookupTableResponse
- Amazonite::CloudWatchLogs::CreateLookupTableResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/create_lookup_table_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(lookup_table_arn : String | Nil = nil, created_at : Int64 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#created_at : Int64 | Nil
The time when the lookup table was created, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. -
#created_at=(created_at : Int64 | Nil)
The time when the lookup table was created, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. -
#hash(hasher)
See
Object#hash(hasher) -
#lookup_table_arn : String | Nil
The ARN of the lookup table that was created.
-
#lookup_table_arn=(lookup_table_arn : String | Nil)
The ARN of the lookup table that was created.
- #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 created_at : Int64 | Nil
#
The time when the lookup table was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
def created_at=(created_at : Int64 | Nil)
#
The time when the lookup table was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
def lookup_table_arn=(lookup_table_arn : String | Nil)
#
The ARN of the lookup table that was created.