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
.
2469 2470 2471 2472 2473 2474 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2469 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.
2469 2470 2471 2472 2473 2474 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2469 class ListAccountsForProvisionedPermissionSetResponse < Struct.new( :account_ids, :next_token) SENSITIVE = [] include Aws::Structure end |