Class: Aws::AuditManager::Types::ListControlDomainInsightsByAssessmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ListControlDomainInsightsByAssessmentRequest
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_id ⇒ String
The unique identifier for the active assessment.
-
#max_results ⇒ Integer
Represents the maximum number of results on a page or for an API request call.
-
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
Instance Attribute Details
#assessment_id ⇒ String
The unique identifier for the active assessment.
3561 3562 3563 3564 3565 3566 3567 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3561 class ListControlDomainInsightsByAssessmentRequest < Struct.new( :assessment_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Represents the maximum number of results on a page or for an API request call.
3561 3562 3563 3564 3565 3566 3567 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3561 class ListControlDomainInsightsByAssessmentRequest < Struct.new( :assessment_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
3561 3562 3563 3564 3565 3566 3567 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3561 class ListControlDomainInsightsByAssessmentRequest < Struct.new( :assessment_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |