Class: Aws::SSOAdmin::Types::ListPermissionSetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::ListPermissionSetsResponse
- 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 on an Amazon Web Services account.
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.
3183 3184 3185 3186 3187 3188 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3183 class ListPermissionSetsResponse < Struct.new( :next_token, :permission_sets) SENSITIVE = [] include Aws::Structure end |
#permission_sets ⇒ Array<String>
Defines the level of access on an Amazon Web Services account.
3183 3184 3185 3186 3187 3188 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3183 class ListPermissionSetsResponse < Struct.new( :next_token, :permission_sets) SENSITIVE = [] include Aws::Structure end |