Class: Aws::AuditManager::Types::GetEvidenceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetEvidenceRequest
- Includes:
- Structure
- Defined in:
- 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.
3020 3021 3022 3023 3024 3025 3026 3027 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3020 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.
3020 3021 3022 3023 3024 3025 3026 3027 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3020 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.
3020 3021 3022 3023 3024 3025 3026 3027 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3020 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.
3020 3021 3022 3023 3024 3025 3026 3027 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3020 class GetEvidenceRequest < Struct.new( :assessment_id, :control_set_id, :evidence_folder_id, :evidence_id) SENSITIVE = [] include Aws::Structure end |