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.
3498 3499 3500 3501 3502 3503 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3498 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.
3498 3499 3500 3501 3502 3503 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3498 class ListAssessmentReportsResponse < Struct.new( :assessment_reports, :next_token) SENSITIVE = [] include Aws::Structure end |