Class: Aws::AuditManager::Types::GetEvidenceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetEvidenceRequest
- 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.
-
#evidence_id ⇒ String
The unique identifier for the evidence.
Instance Attribute Details
#assessment_id ⇒ String
The unique identifier for the assessment.
2900 2901 2902 2903 2904 2905 2906 2907 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2900 class GetEvidenceRequest < Struct.new( :assessment_id, :control_set_id, :evidence_folder_id, :evidence_id) SENSITIVE = [] include Aws::Structure end |
#control_set_id ⇒ String
The unique identifier for the control set.
2900 2901 2902 2903 2904 2905 2906 2907 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2900 class GetEvidenceRequest < Struct.new( :assessment_id, :control_set_id, :evidence_folder_id, :evidence_id) SENSITIVE = [] include Aws::Structure end |
#evidence_folder_id ⇒ String
The unique identifier for the folder that the evidence is stored in.
2900 2901 2902 2903 2904 2905 2906 2907 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2900 class GetEvidenceRequest < Struct.new( :assessment_id, :control_set_id, :evidence_folder_id, :evidence_id) SENSITIVE = [] include Aws::Structure end |
#evidence_id ⇒ String
The unique identifier for the evidence.
2900 2901 2902 2903 2904 2905 2906 2907 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2900 class GetEvidenceRequest < Struct.new( :assessment_id, :control_set_id, :evidence_folder_id, :evidence_id) SENSITIVE = [] include Aws::Structure end |