Class: Aws::SSOAdmin::Types::ListManagedPoliciesInPermissionSetResponse

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

#attached_managed_policiesArray<Types::AttachedManagedPolicy>

An array of the AttachedManagedPolicy data type object.

Returns:



3032
3033
3034
3035
3036
3037
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3032

class ListManagedPoliciesInPermissionSetResponse < Struct.new(
  :attached_managed_policies,
  :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)


3032
3033
3034
3035
3036
3037
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3032

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