Class: Aws::Organizations::Types::ListPoliciesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filterString

Returns:

  • (String)


4153
4154
4155
4156
4157
4158
4159
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4153

class ListPoliciesRequest < Struct.new(
  :filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of items to return in the response. If more results exist than the specified MaxResults value, a token is included in the response so that you can retrieve the remaining results.

Returns:

  • (Integer)


4153
4154
4155
4156
4157
4158
4159
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4153

class ListPoliciesRequest < Struct.new(
  :filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

Returns:

  • (String)


4153
4154
4155
4156
4157
4158
4159
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4153

class ListPoliciesRequest < Struct.new(
  :filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end