You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::AssetPropertyValue

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AssetPropertyValue as input to an Aws::Client method, you can use a vanilla Hash:

{
  value: { # required
    string_value: "AssetPropertyStringValue",
    integer_value: "AssetPropertyIntegerValue",
    double_value: "AssetPropertyDoubleValue",
    boolean_value: "AssetPropertyBooleanValue",
  },
  timestamp: { # required
    time_in_seconds: "AssetPropertyTimeInSeconds", # required
    offset_in_nanos: "AssetPropertyOffsetInNanos",
  },
  quality: "AssetPropertyQuality",
}

An asset property value entry containing the following information.

Instance Attribute Summary collapse

Instance Attribute Details

#qualityString

Optional. A string that describes the quality of the value. Accepts substitution templates. Must be GOOD, BAD, or UNCERTAIN.

Returns:

  • (String)

    Optional.

#timestampTypes::AssetPropertyTimestamp

The asset property value timestamp.

Returns:

#valueTypes::AssetPropertyVariant

The value of the asset property.

Returns: