Class: Aws::AuditManager::Types::ListAssessmentsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_metadataArray<Types::AssessmentMetadataItem>

The metadata that the ListAssessments API returns for each assessment.

Returns:



3481
3482
3483
3484
3485
3486
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3481

class ListAssessmentsResponse < Struct.new(
  :assessment_metadata,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token that's used to fetch the next set of results.

Returns:

  • (String)


3481
3482
3483
3484
3485
3486
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3481

class ListAssessmentsResponse < Struct.new(
  :assessment_metadata,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end