AWSIoTNonCompliantResource

Objective-C

@interface AWSIoTNonCompliantResource

Swift

class AWSIoTNonCompliantResource

Information about the resource that was noncompliant with the audit check.

  • Other information about the noncompliant resource.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable additionalInfo;

    Swift

    var additionalInfo: [String : String]? { get set }
  • Information that identifies the noncompliant resource.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSIoTResourceIdentifier *_Nullable resourceIdentifier;

    Swift

    var resourceIdentifier: AWSIoTResourceIdentifier? { get set }
  • The type of the noncompliant resource.

    Declaration

    Objective-C

    @property (nonatomic) AWSIoTResourceType resourceType;

    Swift

    var resourceType: AWSIoTResourceType { get set }