AWSIoTField

Objective-C

@interface AWSIoTField

Swift

class AWSIoTField

Describes the name and data type at a field.

  • The name of the field.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }
  • The data type of the field.

    Declaration

    Objective-C

    @property (nonatomic) AWSIoTFieldType types;

    Swift

    var types: AWSIoTFieldType { get set }