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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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’s associated with the assessment.

Returns:



3803
3804
3805
3806
3807
3808
# File 'lib/aws-sdk-auditmanager/types.rb', line 3803

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)


3803
3804
3805
3806
3807
3808
# File 'lib/aws-sdk-auditmanager/types.rb', line 3803

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