Class: Aws::CloudWatchLogs::Types::DescribeIndexPoliciesRequest

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

#log_group_identifiersArray<String>

An array containing the name or ARN of the log group that you want to retrieve field index policies for.

Returns:

  • (Array<String>)


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_tokenString

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

Returns:

  • (String)


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