Class: Aws::CloudWatchLogs::Types::DescribeFieldIndexesResponse

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

#field_indexesArray<Types::FieldIndex>

An array containing the field index information.

Returns:



2313
2314
2315
2316
2317
2318
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2313

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

#next_tokenString

The token for the next set of items to return. The token expires after 24 hours.

Returns:

  • (String)


2313
2314
2315
2316
2317
2318
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2313

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