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.
3657 3658 3659 3660 3661 3662 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3657 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.
3657 3658 3659 3660 3661 3662 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3657 class ListAssessmentsResponse < Struct.new( :assessment_metadata, :next_token) SENSITIVE = [] include Aws::Structure end |