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

Class: Aws::IoT::Types::AssetPropertyVariant

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

Overview

Note:

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

{
  string_value: "AssetPropertyStringValue",
  integer_value: "AssetPropertyIntegerValue",
  double_value: "AssetPropertyDoubleValue",
  boolean_value: "AssetPropertyBooleanValue",
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#boolean_valueString

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

Returns:

  • (String)

    Optional.

#double_valueString

Optional. A string that contains the double value of the value entry. Accepts substitution templates.

Returns:

  • (String)

    Optional.

#integer_valueString

Optional. A string that contains the integer value of the value entry. Accepts substitution templates.

Returns:

  • (String)

    Optional.

#string_valueString

Optional. The string value of the value entry. Accepts substitution templates.

Returns:

  • (String)

    Optional.