Class: Aws::SSOAdmin::Types::ListCustomerManagedPolicyReferencesInPermissionSetResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#customer_managed_policy_referencesArray<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 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2945

class ListCustomerManagedPolicyReferencesInPermissionSetResponse < Struct.new(
  :customer_managed_policy_references,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.

Returns:

  • (String)


2945
2946
2947
2948
2949
2950
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2945

class ListCustomerManagedPolicyReferencesInPermissionSetResponse < Struct.new(
  :customer_managed_policy_references,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end