Class: Aws::CloudWatchLogs::Types::DescribeFieldIndexesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeFieldIndexesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_group_identifiers ⇒ Array<String>
An array containing the names or ARNs of the log groups that you want to retrieve field indexes for.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#log_group_identifiers ⇒ Array<String>
An array containing the names or ARNs of the log groups that you want to retrieve field indexes for.
1912 1913 1914 1915 1916 1917 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1912 class DescribeFieldIndexesRequest < Struct.new( :log_group_identifiers, :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.
1912 1913 1914 1915 1916 1917 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1912 class DescribeFieldIndexesRequest < Struct.new( :log_group_identifiers, :next_token) SENSITIVE = [] include Aws::Structure end |