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's associated with the 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's associated with the assessment.
3408 3409 3410 3411 3412 3413 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3408 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.
3408 3409 3410 3411 3412 3413 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3408 class ListAssessmentsResponse < Struct.new( :assessment_metadata, :next_token) SENSITIVE = [] include Aws::Structure end |