Class: Aws::CloudWatchLogs::Types::DescribeIndexPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeIndexPoliciesResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/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.
2003 2004 2005 2006 2007 2008 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2003 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.
2003 2004 2005 2006 2007 2008 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2003 class DescribeIndexPoliciesResponse < Struct.new( :index_policies, :next_token) SENSITIVE = [] include Aws::Structure end |