AWSIoTDescribeAuditFindingResponse
Objective-C
@interface AWSIoTDescribeAuditFindingResponse
Swift
class AWSIoTDescribeAuditFindingResponse
-
The findings (results) of the audit.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTAuditFinding *_Nullable finding;
Swift
var finding: AWSIoTAuditFinding? { get set }