Class: Aws::RolesAnywhere::Types::ListProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::ListProfilesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rolesanywhere/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that indicates where the output should continue from, if a previous request did not show all results.
-
#profiles ⇒ Array<Types::ProfileDetail>
A list of profiles.
Instance Attribute Details
#next_token ⇒ String
A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.
379 380 381 382 383 384 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 379 class ListProfilesResponse < Struct.new( :next_token, :profiles) SENSITIVE = [] include Aws::Structure end |
#profiles ⇒ Array<Types::ProfileDetail>
A list of profiles.
379 380 381 382 383 384 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 379 class ListProfilesResponse < Struct.new( :next_token, :profiles) SENSITIVE = [] include Aws::Structure end |