Class: Aws::CloudWatchLogs::Types::DescribeLookupTablesResponse

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_tablesArray<Types::LookupTable>

An array of structures, where each structure contains metadata about one lookup table.

Returns:



2801
2802
2803
2804
2805
2806
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2801

class DescribeLookupTablesResponse < Struct.new(
  :lookup_tables,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use when requesting the next set of items.

Returns:

  • (String)


2801
2802
2803
2804
2805
2806
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2801

class DescribeLookupTablesResponse < Struct.new(
  :lookup_tables,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end