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

Class: Aws::IoTSiteWise::Types::Attribute

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

Overview

Note:

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

{
  default_value: "DefaultValue",
}

Contains an asset attribute property. For more information, see Attributes in the AWS IoT SiteWise User Guide.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#default_valueString

The default value of the asset model property attribute. All assets that you create from the asset model contain this attribute value. You can update an attribute\'s value after you create an asset. For more information, see Updating attribute values in the AWS IoT SiteWise User Guide.

Returns:

  • (String)

    The default value of the asset model property attribute.