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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssoadmin/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)


3183
3184
3185
3186
3187
3188
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3183

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

#permission_setsArray<String>

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

Returns:

  • (Array<String>)


3183
3184
3185
3186
3187
3188
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3183

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