Class: Aws::CloudWatchLogs::Types::QueryDefinition

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

This structure contains details about a saved CloudWatch Logs Insights query definition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_modifiedInteger

The date that the query definition was most recently modified.

Returns:

  • (Integer)


4307
4308
4309
4310
4311
4312
4313
4314
4315
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4307

class QueryDefinition < Struct.new(
  :query_definition_id,
  :name,
  :query_string,
  :last_modified,
  :log_group_names)
  SENSITIVE = []
  include Aws::Structure
end

#log_group_namesArray<String>

If this query definition contains a list of log groups that it is limited to, that list appears here.

Returns:

  • (Array<String>)


4307
4308
4309
4310
4311
4312
4313
4314
4315
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4307

class QueryDefinition < Struct.new(
  :query_definition_id,
  :name,
  :query_string,
  :last_modified,
  :log_group_names)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the query definition.

Returns:

  • (String)


4307
4308
4309
4310
4311
4312
4313
4314
4315
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4307

class QueryDefinition < Struct.new(
  :query_definition_id,
  :name,
  :query_string,
  :last_modified,
  :log_group_names)
  SENSITIVE = []
  include Aws::Structure
end

#query_definition_idString

The unique ID of the query definition.

Returns:

  • (String)


4307
4308
4309
4310
4311
4312
4313
4314
4315
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4307

class QueryDefinition < Struct.new(
  :query_definition_id,
  :name,
  :query_string,
  :last_modified,
  :log_group_names)
  SENSITIVE = []
  include Aws::Structure
end

#query_stringString

The query string to use for this definition. For more information, see [CloudWatch Logs Insights Query Syntax].

[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL_QuerySyntax.html

Returns:

  • (String)


4307
4308
4309
4310
4311
4312
4313
4314
4315
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4307

class QueryDefinition < Struct.new(
  :query_definition_id,
  :name,
  :query_string,
  :last_modified,
  :log_group_names)
  SENSITIVE = []
  include Aws::Structure
end