Class: Aws::CloudWatchLogs::Types::DescribeLookupTablesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeLookupTablesResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lookup_tables ⇒ Array<Types::LookupTable>
An array of structures, where each structure contains metadata about one lookup table.
-
#next_token ⇒ String
The token to use when requesting the next set of items.
Instance Attribute Details
#lookup_tables ⇒ Array<Types::LookupTable>
An array of structures, where each structure contains metadata about one lookup table.
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_token ⇒ String
The token to use when requesting the next set of items.
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 |