Class: Aws::SSO::Types::ListAccountRolesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Method Summary

Methods included from Aws::Structure

#empty?, included, #initialize, #key?, new, #to_h, #to_s

Instance Attribute Details

#next_tokenString

The page token client that is used to retrieve the list of accounts.

Returns:

  • (String)


136
137
138
139
140
141
# File 'lib/aws-sdk-sso/types.rb', line 136

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

#role_listArray<Types::RoleInfo>

A paginated response with the list of roles and the next token if more results are available.

Returns:



136
137
138
139
140
141
# File 'lib/aws-sdk-sso/types.rb', line 136

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