Class: Aws::AuditManager::Types::GetEvidenceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetEvidenceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#evidence ⇒ Types::Evidence
The evidence that the ‘GetEvidence` API returned.
Instance Attribute Details
#evidence ⇒ Types::Evidence
The evidence that the ‘GetEvidence` API returned.
3035 3036 3037 3038 3039 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3035 class GetEvidenceResponse < Struct.new( :evidence) SENSITIVE = [] include Aws::Structure end |