QueryInfo class
Information about one CloudWatch Logs Insights query that matches the
request in a DescribeQueries
operation.
Constructors
- QueryInfo({int? createTime, String? logGroupName, String? queryId, String? queryString, QueryStatus? status})
-
QueryInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createTime → int?
-
The date and time that this query was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- logGroupName → String?
-
The name of the log group scanned by this query.
final
- queryId → String?
-
The unique ID number of this query.
final
- queryString → String?
-
The query string used in this query.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → QueryStatus?
-
The status of this query. Possible values are
Cancelled
,Complete
,Failed
,Running
,Scheduled
, andUnknown
.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited