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.
2986 2987 2988 2989 2990 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2986 class GetEvidenceResponse < Struct.new( :evidence) SENSITIVE = [] include Aws::Structure end |