AWSIoTDeleteSecurityProfileRequest
Objective-C
@interface AWSIoTDeleteSecurityProfileRequest
Swift
class AWSIoTDeleteSecurityProfileRequest
-
The expected version of the security profile. A new version is generated whenever the security profile is updated. If you specify a value that is different from the actual version, a
VersionConflictException
is thrown.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable expectedVersion;
Swift
var expectedVersion: NSNumber? { get set }
-
The name of the security profile to be deleted.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable securityProfileName;
Swift
var securityProfileName: String? { get set }