AWSIoTUpdateMitigationActionResponse
Objective-C
@interface AWSIoTUpdateMitigationActionResponse
Swift
class AWSIoTUpdateMitigationActionResponse
-
The ARN for the new mitigation action.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable actionArn;
Swift
var actionArn: String? { get set }
-
A unique identifier for the mitigation action.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable actionId;
Swift
var actionId: String? { get set }