Class: Aws::CloudWatchLogs::Types::DescribeIndexPoliciesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeIndexPoliciesRequest
- 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 name or ARN of the log group that you want to retrieve field index policies 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 name or ARN of the log group that you want to retrieve field index policies for.
1949 1950 1951 1952 1953 1954 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1949 class DescribeIndexPoliciesRequest < 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.
1949 1950 1951 1952 1953 1954 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1949 class DescribeIndexPoliciesRequest < Struct.new( :log_group_identifiers, :next_token) SENSITIVE = [] include Aws::Structure end |