Class: Aws::CloudWatchLogs::Types::DescribeQueriesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_group_nameString

Limits the returned queries to only those for the specified log group.

Returns:

  • (String)


1654
1655
1656
1657
1658
1659
1660
1661
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1654

class DescribeQueriesRequest < Struct.new(
  :log_group_name,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Limits the number of returned queries to the specified number.

Returns:

  • (Integer)


1654
1655
1656
1657
1658
1659
1660
1661
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1654

class DescribeQueriesRequest < Struct.new(
  :log_group_name,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. The token expires after 24 hours.

Returns:

  • (String)


1654
1655
1656
1657
1658
1659
1660
1661
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1654

class DescribeQueriesRequest < Struct.new(
  :log_group_name,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Limits the returned queries to only those that have the specified status. Valid values are ‘Cancelled`, `Complete`, `Failed`, `Running`, and `Scheduled`.

Returns:

  • (String)


1654
1655
1656
1657
1658
1659
1660
1661
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1654

class DescribeQueriesRequest < Struct.new(
  :log_group_name,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end