AWSIoTDetachSecurityProfileRequest

Objective-C

@interface AWSIoTDetachSecurityProfileRequest

Swift

class AWSIoTDetachSecurityProfileRequest
  • The security profile that is detached.

    Declaration

    Objective-C

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

    Swift

    var securityProfileName: String? { get set }
  • The ARN of the thing group from which the security profile is detached.

    Declaration

    Objective-C

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

    Swift

    var securityProfileTargetArn: String? { get set }