AWSIoTUpdateMitigationActionRequest

Objective-C

@interface AWSIoTUpdateMitigationActionRequest

Swift

class AWSIoTUpdateMitigationActionRequest
  • The friendly name for the mitigation action. You cannot change the name by using UpdateMitigationAction. Instead, you must delete and recreate the mitigation action with the new name.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable actionName;

    Swift

    var actionName: String? { get set }
  • Defines the type of action and the parameters for that action.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSIoTMitigationActionParams *_Nullable actionParams;

    Swift

    var actionParams: AWSIoTMitigationActionParams? { get set }
  • The ARN of the IAM role that is used to apply the mitigation action.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable roleArn;

    Swift

    var roleArn: String? { get set }