Class: Aws::Inspector::Types::ListAssessmentRunsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::ListAssessmentRunsResponse
- Defined in:
- gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_run_arns ⇒ Array<String>
A list of ARNs that specifies the assessment runs that are returned by the action.
-
#next_token ⇒ String
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.
Instance Attribute Details
#assessment_run_arns ⇒ Array<String>
A list of ARNs that specifies the assessment runs that are returned by the action.
2116 2117 2118 2119 2120 2121 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2116 class ListAssessmentRunsResponse < Struct.new( :assessment_run_arns, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
2116 2117 2118 2119 2120 2121 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2116 class ListAssessmentRunsResponse < Struct.new( :assessment_run_arns, :next_token) SENSITIVE = [] include Aws::Structure end |