Class: Aws::IoTSiteWise::Types::Property
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::Property
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Contains asset property information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias ⇒ String
The alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature
). -
#data_type ⇒ String
The property data type.
-
#external_id ⇒ String
The external ID of the asset property.
-
#id ⇒ String
The ID of the asset property.
-
#name ⇒ String
The name of the property.
-
#notification ⇒ Types::PropertyNotification
The asset property's notification topic and state.
-
#path ⇒ Array<Types::AssetPropertyPathSegment>
The structured path to the property from the root of the asset.
-
#type ⇒ Types::PropertyType
The property type (see
PropertyType
). -
#unit ⇒ String
The unit (such as
Newtons
orRPM
) of the asset property.
Instance Attribute Details
#alias ⇒ String
The alias that identifies the property, such as an OPC-UA server
data stream path (for example,
/company/windfarm/3/turbine/7/temperature
). For more information,
see Mapping industrial data streams to asset properties in the
IoT SiteWise User Guide.
9265 9266 9267 9268 9269 9270 9271 9272 9273 9274 9275 9276 9277 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9265 class Property < Struct.new( :id, :external_id, :name, :alias, :notification, :data_type, :unit, :type, :path) SENSITIVE = [] include Aws::Structure end |
#data_type ⇒ String
The property data type.
9265 9266 9267 9268 9269 9270 9271 9272 9273 9274 9275 9276 9277 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9265 class Property < Struct.new( :id, :external_id, :name, :alias, :notification, :data_type, :unit, :type, :path) SENSITIVE = [] include Aws::Structure end |
#external_id ⇒ String
The external ID of the asset property. For more information, see Using external IDs in the IoT SiteWise User Guide.
9265 9266 9267 9268 9269 9270 9271 9272 9273 9274 9275 9276 9277 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9265 class Property < Struct.new( :id, :external_id, :name, :alias, :notification, :data_type, :unit, :type, :path) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the asset property.
9265 9266 9267 9268 9269 9270 9271 9272 9273 9274 9275 9276 9277 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9265 class Property < Struct.new( :id, :external_id, :name, :alias, :notification, :data_type, :unit, :type, :path) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the property.
9265 9266 9267 9268 9269 9270 9271 9272 9273 9274 9275 9276 9277 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9265 class Property < Struct.new( :id, :external_id, :name, :alias, :notification, :data_type, :unit, :type, :path) SENSITIVE = [] include Aws::Structure end |
#notification ⇒ Types::PropertyNotification
The asset property's notification topic and state. For more information, see UpdateAssetProperty.
9265 9266 9267 9268 9269 9270 9271 9272 9273 9274 9275 9276 9277 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9265 class Property < Struct.new( :id, :external_id, :name, :alias, :notification, :data_type, :unit, :type, :path) SENSITIVE = [] include Aws::Structure end |
#path ⇒ Array<Types::AssetPropertyPathSegment>
The structured path to the property from the root of the asset.
9265 9266 9267 9268 9269 9270 9271 9272 9273 9274 9275 9276 9277 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9265 class Property < Struct.new( :id, :external_id, :name, :alias, :notification, :data_type, :unit, :type, :path) SENSITIVE = [] include Aws::Structure end |
#type ⇒ Types::PropertyType
The property type (see PropertyType
). A property contains one
type.
9265 9266 9267 9268 9269 9270 9271 9272 9273 9274 9275 9276 9277 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9265 class Property < Struct.new( :id, :external_id, :name, :alias, :notification, :data_type, :unit, :type, :path) SENSITIVE = [] include Aws::Structure end |
#unit ⇒ String
The unit (such as Newtons
or RPM
) of the asset property.
9265 9266 9267 9268 9269 9270 9271 9272 9273 9274 9275 9276 9277 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9265 class Property < Struct.new( :id, :external_id, :name, :alias, :notification, :data_type, :unit, :type, :path) SENSITIVE = [] include Aws::Structure end |