Class: Aws::SSOAdmin::Types::ListAccountAssignmentsResponse

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

#account_assignmentsArray<Types::AccountAssignment>

The list of assignments that match the input Amazon Web Services account and permission set.

Returns:



2412
2413
2414
2415
2416
2417
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2412

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


2412
2413
2414
2415
2416
2417
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2412

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