Class: Aws::CloudWatchLogs::Types::DescribeQueryDefinitionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Limits the number of returned query definitions to the specified number.

Returns:

  • (Integer)


1698
1699
1700
1701
1702
1703
1704
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1698

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


1698
1699
1700
1701
1702
1703
1704
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1698

class DescribeQueryDefinitionsRequest < Struct.new(
  :query_definition_name_prefix,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#query_definition_name_prefixString

Use this parameter to filter your results to only the query definitions that have names that start with the prefix you specify.

Returns:

  • (String)


1698
1699
1700
1701
1702
1703
1704
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1698

class DescribeQueryDefinitionsRequest < Struct.new(
  :query_definition_name_prefix,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end