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)


6688
6689
6690
6691
6692
6693
6694
6695
6696
6697
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6688

class QueryDefinition < Struct.new(
  :query_language,
  :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>)


6688
6689
6690
6691
6692
6693
6694
6695
6696
6697
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6688

class QueryDefinition < Struct.new(
  :query_language,
  :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)


6688
6689
6690
6691
6692
6693
6694
6695
6696
6697
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6688

class QueryDefinition < Struct.new(
  :query_language,
  :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)


6688
6689
6690
6691
6692
6693
6694
6695
6696
6697
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6688

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

#query_languageString

The query language used for this query. For more information about the query languages that CloudWatch Logs supports, see [Supported query languages].

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

Returns:

  • (String)


6688
6689
6690
6691
6692
6693
6694
6695
6696
6697
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6688

class QueryDefinition < Struct.new(
  :query_language,
  :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)


6688
6689
6690
6691
6692
6693
6694
6695
6696
6697
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6688

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