class
Amazonite::CloudWatchLogs::GetTransformerResponse
- Amazonite::CloudWatchLogs::GetTransformerResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/get_transformer_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(log_group_identifier : String | Nil = nil, creation_time : Int64 | Nil = nil, last_modified_time : Int64 | Nil = nil, transformer_config : Array(Processor) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#creation_time : Int64 | Nil
The creation time of the transformer, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
-
#creation_time=(creation_time : Int64 | Nil)
The creation time of the transformer, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
-
#hash(hasher)
See
Object#hash(hasher) -
#last_modified_time : Int64 | Nil
The date and time when this transformer was most recently modified, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
-
#last_modified_time=(last_modified_time : Int64 | Nil)
The date and time when this transformer was most recently modified, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
-
#log_group_identifier : String | Nil
The ARN of the log group that you specified in your request.
-
#log_group_identifier=(log_group_identifier : String | Nil)
The ARN of the log group that you specified in your request.
-
#transformer_config : Array(Processor) | Nil
This sructure contains the configuration of the requested transformer.
-
#transformer_config=(transformer_config : Array(Processor) | Nil)
This sructure contains the configuration of the requested transformer.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The creation time of the transformer, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
The creation time of the transformer, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
The date and time when this transformer was most recently modified, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
The date and time when this transformer was most recently modified, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
The ARN of the log group that you specified in your request.
The ARN of the log group that you specified in your request.
This sructure contains the configuration of the requested transformer.
This sructure contains the configuration of the requested transformer.