AWSIoTMitigationActionIdentifier
Objective-C
@interface AWSIoTMitigationActionIdentifier
Swift
class AWSIoTMitigationActionIdentifier
Information that identifies a mitigation action. This information is returned by ListMitigationActions.
-
The IAM role ARN used to apply this mitigation action.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable actionArn;
Swift
var actionArn: String? { get set }
-
The friendly name of the mitigation action.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable actionName;
Swift
var actionName: String? { get set }
-
The date when this mitigation action was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable creationDate;
Swift
var creationDate: Date? { get set }