Class: Aws::SSOAdmin::Types::ListPermissionSetsProvisionedToAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::ListPermissionSetsProvisionedToAccountResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token for the list API.
-
#permission_sets ⇒ Array<String>
Defines the level of access that an Amazon Web Services account has.
Instance Attribute Details
#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.
3138 3139 3140 3141 3142 3143 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3138 class ListPermissionSetsProvisionedToAccountResponse < Struct.new( :next_token, :permission_sets) SENSITIVE = [] include Aws::Structure end |
#permission_sets ⇒ Array<String>
Defines the level of access that an Amazon Web Services account has.
3138 3139 3140 3141 3142 3143 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3138 class ListPermissionSetsProvisionedToAccountResponse < Struct.new( :next_token, :permission_sets) SENSITIVE = [] include Aws::Structure end |