class
Amazonite::CloudWatchLogs::QueryInfo
- Amazonite::CloudWatchLogs::QueryInfo
- Reference
- Object
Overview
Information about one CloudWatch Logs Insights query that matches the request in a
DescribeQueries operation.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/query_info.crConstructors
- .new(pull : JSON::PullParser)
- .new(query_language : QueryLanguage | Nil = nil, query_id : String | Nil = nil, query_string : String | Nil = nil, status : QueryStatus | Nil = nil, create_time : Int64 | Nil = nil, log_group_name : String | Nil = nil, query_duration : Int64 | Nil = nil, bytes_scanned : Float64 | Nil = nil, user_identity : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#bytes_scanned : Float64 | Nil
The total number of bytes scanned by the query.
-
#bytes_scanned=(bytes_scanned : Float64 | Nil)
The total number of bytes scanned by the query.
-
#create_time : Int64 | Nil
The date and time that this query was created.
-
#create_time=(create_time : Int64 | Nil)
The date and time that this query was created.
-
#hash(hasher)
See
Object#hash(hasher) -
#log_group_name : String | Nil
The name of the log group scanned by this query.
-
#log_group_name=(log_group_name : String | Nil)
The name of the log group scanned by this query.
-
#query_duration : Int64 | Nil
The duration in milliseconds that the query took to execute.
-
#query_duration=(query_duration : Int64 | Nil)
The duration in milliseconds that the query took to execute.
-
#query_id : String | Nil
The unique ID number of this query.
-
#query_id=(query_id : String | Nil)
The unique ID number of this query.
-
#query_language : QueryLanguage | Nil
The query language used for this query.
-
#query_language=(query_language : QueryLanguage | Nil)
The query language used for this query.
-
#query_string : String | Nil
The query string used in this query.
-
#query_string=(query_string : String | Nil)
The query string used in this query.
-
#status : QueryStatus | Nil
The status of this query.
-
#status=(status : QueryStatus | Nil)
The status of this query.
-
#user_identity : String | Nil
The ARN of the user who ran the query.
-
#user_identity=(user_identity : String | Nil)
The ARN of the user who ran the query.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The total number of bytes scanned by the query. This indicates the cost associated with the query.
The total number of bytes scanned by the query. This indicates the cost associated with the query.
The name of the log group scanned by this query.
The duration in milliseconds that the query took to execute.
The query language used for this query. For more information about the query languages that CloudWatch Logs supports, see Supported query languages.
The query language used for this query. For more information about the query languages that CloudWatch Logs supports, see Supported query languages.
The status of this query. Possible values are Cancelled, Complete, Failed, Running,
Scheduled, and Unknown.
The status of this query. Possible values are Cancelled, Complete, Failed, Running,
Scheduled, and Unknown.