Class: Aws::SSOAdmin::Types::ListAccountAssignmentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::ListAccountAssignmentsResponse
- Defined in:
- gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_assignments ⇒ Array<Types::AccountAssignment>
The list of assignments that match the input Amazon Web Services account and permission set.
-
#next_token ⇒ String
The pagination token for the list API.
Instance Attribute Details
#account_assignments ⇒ Array<Types::AccountAssignment>
The list of assignments that match the input Amazon Web Services account and permission set.
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_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.
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 |