Class: Aws::SSOAdmin::Types::ListAccountsForProvisionedPermissionSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::ListAccountsForProvisionedPermissionSetResponse
- Defined in:
- gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
The list of Amazon Web Services
AccountIds. -
#next_token ⇒ String
The pagination token for the list API.
Instance Attribute Details
#account_ids ⇒ Array<String>
The list of Amazon Web Services AccountIds.
2744 2745 2746 2747 2748 2749 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2744 class ListAccountsForProvisionedPermissionSetResponse < Struct.new( :account_ids, :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.
2744 2745 2746 2747 2748 2749 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2744 class ListAccountsForProvisionedPermissionSetResponse < Struct.new( :account_ids, :next_token) SENSITIVE = [] include Aws::Structure end |