Class: Aws::AuditManager::Types::ListAssessmentsRequest

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

#max_resultsInteger

Represents the maximum number of results on a page or for an API request call.

Returns:

  • (Integer)


3462
3463
3464
3465
3466
3467
3468
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3462

class ListAssessmentsRequest < Struct.new(
  :status,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


3462
3463
3464
3465
3466
3467
3468
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3462

class ListAssessmentsRequest < Struct.new(
  :status,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the assessment.

Returns:

  • (String)


3462
3463
3464
3465
3466
3467
3468
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3462

class ListAssessmentsRequest < Struct.new(
  :status,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end