Class: Aws::AuditManager::Types::ListAssessmentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ListAssessmentsResponse
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_metadata ⇒ Array<Types::AssessmentMetadataItem>
The metadata that the
ListAssessments
API returns for each assessment. -
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
Instance Attribute Details
#assessment_metadata ⇒ Array<Types::AssessmentMetadataItem>
The metadata that the ListAssessments
API returns for each
assessment.
3539 3540 3541 3542 3543 3544 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3539 class ListAssessmentsResponse < Struct.new( :assessment_metadata, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
3539 3540 3541 3542 3543 3544 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3539 class ListAssessmentsResponse < Struct.new( :assessment_metadata, :next_token) SENSITIVE = [] include Aws::Structure end |