Class: Aws::IoTSiteWise::Types::Attribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::Attribute
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains an asset attribute property. For more information, see
- Attributes][1
-
in the *IoT SiteWise User Guide*.
[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-properties.html#attributes
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_value ⇒ String
The default value of the asset model property attribute.
Instance Attribute Details
#default_value ⇒ String
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 *IoT SiteWise User Guide*.
[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/update-attribute-values.html
1504 1505 1506 1507 1508 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1504 class Attribute < Struct.new( :default_value) SENSITIVE = [] include Aws::Structure end |