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:



3560
3561
3562
3563
3564
3565
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3560

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)


3560
3561
3562
3563
3564
3565
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3560

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