Class: Aws::Organizations::Types::ListPoliciesResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If present, this value indicates that there is more output available than is included in the current response. Use this value in the ‘NextToken` request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the `NextToken` response element comes back as `null`.

Returns:

  • (String)


2180
2181
2182
2183
2184
# File 'lib/aws-sdk-organizations/types.rb', line 2180

class ListPoliciesResponse < Struct.new(
  :policies,
  :next_token)
  include Aws::Structure
end

#policiesArray<Types::PolicySummary>

A list of policies that match the filter criteria in the request. The output list does not include the policy contents. To see the content for a policy, see DescribePolicy.

Returns:



2180
2181
2182
2183
2184
# File 'lib/aws-sdk-organizations/types.rb', line 2180

class ListPoliciesResponse < Struct.new(
  :policies,
  :next_token)
  include Aws::Structure
end