Class: Aws::SSO::Types::ListAccountRolesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSO::Types::ListAccountRolesResponse
- Defined in:
- gems/aws-sdk-core/lib/aws-sdk-sso/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The page token client that is used to retrieve the list of accounts.
-
#role_list ⇒ Array<Types::RoleInfo>
A paginated response with the list of roles and the next token if more results are available.
Instance Attribute Details
#next_token ⇒ String
The page token client that is used to retrieve the list of accounts.
136 137 138 139 140 141 |
# File 'gems/aws-sdk-core/lib/aws-sdk-sso/types.rb', line 136 class ListAccountRolesResponse < Struct.new( :next_token, :role_list) SENSITIVE = [] include Aws::Structure end |
#role_list ⇒ Array<Types::RoleInfo>
A paginated response with the list of roles and the next token if more results are available.
136 137 138 139 140 141 |
# File 'gems/aws-sdk-core/lib/aws-sdk-sso/types.rb', line 136 class ListAccountRolesResponse < Struct.new( :next_token, :role_list) SENSITIVE = [] include Aws::Structure end |