Class: Aws::AuditManager::Types::ListAssessmentReportsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ListAssessmentReportsResponse
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_reports ⇒ Array<Types::AssessmentReportMetadata>
The list of assessment reports that the
ListAssessmentReports
API returned. -
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
Instance Attribute Details
#assessment_reports ⇒ Array<Types::AssessmentReportMetadata>
The list of assessment reports that the ListAssessmentReports
API
returned.
3355 3356 3357 3358 3359 3360 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3355 class ListAssessmentReportsResponse < Struct.new( :assessment_reports, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
3355 3356 3357 3358 3359 3360 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3355 class ListAssessmentReportsResponse < Struct.new( :assessment_reports, :next_token) SENSITIVE = [] include Aws::Structure end |