Class: Aws::Organizations::Types::ListPoliciesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::ListPoliciesRequest
- Defined in:
- gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter ⇒ String
Specifies the type of policy that you want to include in the response.
-
#max_results ⇒ Integer
The maximum number of items to return in the response.
-
#next_token ⇒ String
The parameter for receiving additional results if you receive a
NextTokenresponse in a previous request.
Instance Attribute Details
#filter ⇒ String
Specifies the type of policy that you want to include in the response. You must specify one of the following values:
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_results ⇒ Integer
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.
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_token ⇒ String
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.
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 |