You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#last_modifiedInteger

The date that the query definition was most recently modified.

Returns:

  • (Integer)

    The date that the query definition was most recently modified.

#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>)

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

#nameString

The name of the query definition.

Returns:

  • (String)

    The name of the query definition.

#query_definition_idString

The unique ID of the query definition.

Returns:

  • (String)

    The unique ID of the query definition.

#query_stringString

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

Returns:

  • (String)

    The query string to use for this definition.