Class: Aws::RolesAnywhere::Types::ListSubjectsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


411
412
413
414
415
416
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 411

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

#subjectsArray<Types::SubjectSummary>

A list of subjects.

Returns:



411
412
413
414
415
416
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 411

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