Class: Aws::CloudWatchLogs::Types::DescribeIndexPoliciesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#index_policiesArray<Types::IndexPolicy>

An array containing the field index policies.

Returns:



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_tokenString

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

Returns:

  • (String)


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