Class: Aws::SSOAdmin::Types::ListPermissionSetsResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssoadmin/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.

Returns:

  • (String)


3431
3432
3433
3434
3435
3436
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3431

class ListPermissionSetsResponse < Struct.new(
  :permission_sets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#permission_setsArray<String>

Defines the level of access on an Amazon Web Services account.

Returns:

  • (Array<String>)


3431
3432
3433
3434
3435
3436
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3431

class ListPermissionSetsResponse < Struct.new(
  :permission_sets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end