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.
155 156 157 158 159 160 |
# File 'gems/aws-sdk-core/lib/aws-sdk-sso/types.rb', line 155 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.
155 156 157 158 159 160 |
# File 'gems/aws-sdk-core/lib/aws-sdk-sso/types.rb', line 155 class ListAccountRolesResponse < Struct.new( :next_token, :role_list) SENSITIVE = [] include Aws::Structure end |