You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Inspector::Types::ListAssessmentTemplatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::ListAssessmentTemplatesResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#assessment_template_arns ⇒ Array<String>
A list of ARNs that specifies the assessment templates 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_template_arns ⇒ Array<String>
A list of ARNs that specifies the assessment templates 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. If there is no more data to be listed, this parameter is set to null.