AWSIoTCreateSecurityProfileResponse

Objective-C

@interface AWSIoTCreateSecurityProfileResponse

Swift

class AWSIoTCreateSecurityProfileResponse
  • The ARN of the security profile.

    Declaration

    Objective-C

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

    Swift

    var securityProfileArn: String? { get set }
  • The name you gave to the security profile.

    Declaration

    Objective-C

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

    Swift

    var securityProfileName: String? { get set }