Class: Aws::SSOAdmin::Types::ListCustomerManagedPolicyReferencesInPermissionSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::ListCustomerManagedPolicyReferencesInPermissionSetResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#customer_managed_policy_references ⇒ Array<Types::CustomerManagedPolicyReference>
Specifies the names and paths of the customer managed policies that you have attached to your permission set.
-
#next_token ⇒ String
The pagination token for the list API.
Instance Attribute Details
#customer_managed_policy_references ⇒ Array<Types::CustomerManagedPolicyReference>
Specifies the names and paths of the customer managed policies that you have attached to your permission set.
2945 2946 2947 2948 2949 2950 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 2945 class ListCustomerManagedPolicyReferencesInPermissionSetResponse < Struct.new( :customer_managed_policy_references, :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.
2945 2946 2947 2948 2949 2950 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 2945 class ListCustomerManagedPolicyReferencesInPermissionSetResponse < Struct.new( :customer_managed_policy_references, :next_token) SENSITIVE = [] include Aws::Structure end |