AWSIoTAssetPropertyVariant

Objective-C

@interface AWSIoTAssetPropertyVariant

Swift

class AWSIoTAssetPropertyVariant

Contains an asset property value (of a single type).

  • Optional. A string that contains the boolean value (true or false) of the value entry. Accepts substitution templates.

    Declaration

    Objective-C

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

    Swift

    var booleanValueProperty: String? { get set }
  • Optional. A string that contains the double value of the value entry. Accepts substitution templates.

    Declaration

    Objective-C

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

    Swift

    var doubleValueProperty: String? { get set }
  • Optional. A string that contains the integer value of the value entry. Accepts substitution templates.

    Declaration

    Objective-C

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

    Swift

    var integerValueProperty: String? { get set }
  • Optional. The string value of the value entry. Accepts substitution templates.

    Declaration

    Objective-C

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

    Swift

    var stringValueProperty: String? { get set }