Class: Aws::SSOAdmin::Types::ListManagedPoliciesInPermissionSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::ListManagedPoliciesInPermissionSetResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attached_managed_policies ⇒ Array<Types::AttachedManagedPolicy>
An array of the AttachedManagedPolicy data type object.
-
#next_token ⇒ String
The pagination token for the list API.
Instance Attribute Details
#attached_managed_policies ⇒ Array<Types::AttachedManagedPolicy>
An array of the AttachedManagedPolicy data type object.
3032 3033 3034 3035 3036 3037 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3032 class ListManagedPoliciesInPermissionSetResponse < Struct.new( :attached_managed_policies, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
3032 3033 3034 3035 3036 3037 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3032 class ListManagedPoliciesInPermissionSetResponse < Struct.new( :attached_managed_policies, :next_token) SENSITIVE = [] include Aws::Structure end |