Class: Aws::CloudWatchLogs::Types::DescribeFieldIndexesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeFieldIndexesResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_indexes ⇒ Array<Types::FieldIndex>
An array containing the field index information.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#field_indexes ⇒ Array<Types::FieldIndex>
An array containing the field index information.
1959 1960 1961 1962 1963 1964 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1959 class DescribeFieldIndexesResponse < Struct.new( :field_indexes, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
1959 1960 1961 1962 1963 1964 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1959 class DescribeFieldIndexesResponse < Struct.new( :field_indexes, :next_token) SENSITIVE = [] include Aws::Structure end |