Class: Aws::AuditManager::Types::GetEvidenceFoldersByAssessmentControlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetEvidenceFoldersByAssessmentControlRequest
- 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 identifier for the assessment.
-
#control_id ⇒ String
The identifier for the control.
-
#control_set_id ⇒ String
The identifier for the control set.
-
#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 identifier for the assessment.
2933 2934 2935 2936 2937 2938 2939 2940 2941 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2933 class GetEvidenceFoldersByAssessmentControlRequest < Struct.new( :assessment_id, :control_set_id, :control_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#control_id ⇒ String
The identifier for the control.
2933 2934 2935 2936 2937 2938 2939 2940 2941 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2933 class GetEvidenceFoldersByAssessmentControlRequest < Struct.new( :assessment_id, :control_set_id, :control_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#control_set_id ⇒ String
The identifier for the control set.
2933 2934 2935 2936 2937 2938 2939 2940 2941 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2933 class GetEvidenceFoldersByAssessmentControlRequest < Struct.new( :assessment_id, :control_set_id, :control_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.
2933 2934 2935 2936 2937 2938 2939 2940 2941 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2933 class GetEvidenceFoldersByAssessmentControlRequest < Struct.new( :assessment_id, :control_set_id, :control_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.
2933 2934 2935 2936 2937 2938 2939 2940 2941 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2933 class GetEvidenceFoldersByAssessmentControlRequest < Struct.new( :assessment_id, :control_set_id, :control_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |