Class: Aws::CloudWatchLogs::Types::DescribeIndexPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeIndexPoliciesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_policies ⇒ Array<Types::IndexPolicy>
An array containing the field index policies.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#index_policies ⇒ Array<Types::IndexPolicy>
An array containing the field index policies.
1967 1968 1969 1970 1971 1972 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1967 class DescribeIndexPoliciesResponse < Struct.new( :index_policies, :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.
1967 1968 1969 1970 1971 1972 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1967 class DescribeIndexPoliciesResponse < Struct.new( :index_policies, :next_token) SENSITIVE = [] include Aws::Structure end |