Class: Aws::RolesAnywhere::Types::ListSubjectsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::ListSubjectsResponse
- 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.
-
#subjects ⇒ Array<Types::SubjectSummary>
A list of subjects.
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.
417 418 419 420 421 422 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 417 class ListSubjectsResponse < Struct.new( :next_token, :subjects) SENSITIVE = [] include Aws::Structure end |
#subjects ⇒ Array<Types::SubjectSummary>
A list of subjects.
417 418 419 420 421 422 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 417 class ListSubjectsResponse < Struct.new( :next_token, :subjects) SENSITIVE = [] include Aws::Structure end |