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:



2794
2795
2796
2797
2798
2799
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2794

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)


2794
2795
2796
2797
2798
2799
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2794

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