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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/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:



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_tokenString

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

Returns:

  • (String)


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