Class: Aws::CloudWatchLogs::Types::DescribeLookupTablesRequest

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

#lookup_table_name_prefixString

A prefix to filter lookup tables by name. Only tables whose names start with this prefix are returned. If you don't specify a prefix, all tables in the account and Region are returned.

Returns:

  • (String)


2782
2783
2784
2785
2786
2787
2788
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2782

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

#max_resultsInteger

The maximum number of lookup tables to return in the response. The default value is 50 and the maximum value is 100.

Returns:

  • (Integer)


2782
2783
2784
2785
2786
2787
2788
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2782

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

#next_tokenString

The token for the next set of items to return. (You received this token from a previous call.)

Returns:

  • (String)


2782
2783
2784
2785
2786
2787
2788
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2782

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