AWSIoTValidateSecurityProfileBehaviorsResponse

Objective-C

@interface AWSIoTValidateSecurityProfileBehaviorsResponse

Swift

class AWSIoTValidateSecurityProfileBehaviorsResponse
  • True if the behaviors were valid.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable valid;

    Swift

    var valid: NSNumber? { get set }
  • The list of any errors found in the behaviors.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSIoTValidationError *> *_Nullable validationErrors;

    Swift

    var validationErrors: [AWSIoTValidationError]? { get set }