Class: Aws::AuditManager::Types::GetEvidenceFolderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetEvidenceFolderRequest
- 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 assessment.
-
#control_set_id ⇒ String
The unique identifier for the control set.
-
#evidence_folder_id ⇒ String
The unique identifier for the folder that the evidence is stored in.
Instance Attribute Details
#assessment_id ⇒ String
The unique identifier for the assessment.
2893 2894 2895 2896 2897 2898 2899 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2893 class GetEvidenceFolderRequest < Struct.new( :assessment_id, :control_set_id, :evidence_folder_id) SENSITIVE = [] include Aws::Structure end |
#control_set_id ⇒ String
The unique identifier for the control set.
2893 2894 2895 2896 2897 2898 2899 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2893 class GetEvidenceFolderRequest < Struct.new( :assessment_id, :control_set_id, :evidence_folder_id) SENSITIVE = [] include Aws::Structure end |
#evidence_folder_id ⇒ String
The unique identifier for the folder that the evidence is stored in.
2893 2894 2895 2896 2897 2898 2899 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2893 class GetEvidenceFolderRequest < Struct.new( :assessment_id, :control_set_id, :evidence_folder_id) SENSITIVE = [] include Aws::Structure end |