class Aws::IoTSiteWise::Types::Variant
Contains an asset property value (of a single type only).
@note When making an API call, you may pass Variant
data as a hash: { string_value: "PropertyValueStringValue", integer_value: 1, double_value: 1.0, boolean_value: false, }
@!attribute [rw] string_value
Asset property data of type string (sequence of characters). @return [String]
@!attribute [rw] integer_value
Asset property data of type integer (whole number). @return [Integer]
@!attribute [rw] double_value
Asset property data of type double (floating point number). @return [Float]
@!attribute [rw] boolean_value
Asset property data of type Boolean (true or false). @return [Boolean]
Constants
- SENSITIVE