Class: Aws::Inspector::Types::ListAssessmentRunAgentsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_run_agentsArray<Types::AssessmentRunAgent>

A list of ARNs that specifies the agents returned by the action.

Returns:



1761
1762
1763
1764
1765
1766
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1761

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

#next_tokenString

When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.

Returns:

  • (String)


1761
1762
1763
1764
1765
1766
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1761

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