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.
2971 2972 2973 2974 2975 2976 2977 2978 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2971 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.
2971 2972 2973 2974 2975 2976 2977 2978 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2971 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.
2971 2972 2973 2974 2975 2976 2977 2978 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2971 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.
2971 2972 2973 2974 2975 2976 2977 2978 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2971 class GetEvidenceRequest < Struct.new( :assessment_id, :control_set_id, :evidence_folder_id, :evidence_id) SENSITIVE = [] include Aws::Structure end |