Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::IoTSiteWise::Types::Property

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#aliasString

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.

Returns:

  • (String)

8078
8079
8080
8081
8082
8083
8084
8085
8086
8087
8088
8089
8090
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8078

class Property < Struct.new(
  :id,
  :name,
  :alias,
  :notification,
  :data_type,
  :unit,
  :type,
  :path,
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end

#data_typeString

The property data type.

Returns:

  • (String)

8078
8079
8080
8081
8082
8083
8084
8085
8086
8087
8088
8089
8090
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8078

class Property < Struct.new(
  :id,
  :name,
  :alias,
  :notification,
  :data_type,
  :unit,
  :type,
  :path,
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end

#external_idString

The external ID of the asset property. For more information, see Using external IDs in the IoT SiteWise User Guide.

Returns:

  • (String)

8078
8079
8080
8081
8082
8083
8084
8085
8086
8087
8088
8089
8090
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8078

class Property < Struct.new(
  :id,
  :name,
  :alias,
  :notification,
  :data_type,
  :unit,
  :type,
  :path,
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the asset property.

Returns:

  • (String)

8078
8079
8080
8081
8082
8083
8084
8085
8086
8087
8088
8089
8090
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8078

class Property < Struct.new(
  :id,
  :name,
  :alias,
  :notification,
  :data_type,
  :unit,
  :type,
  :path,
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the property.

Returns:

  • (String)

8078
8079
8080
8081
8082
8083
8084
8085
8086
8087
8088
8089
8090
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8078

class Property < Struct.new(
  :id,
  :name,
  :alias,
  :notification,
  :data_type,
  :unit,
  :type,
  :path,
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end

#notificationTypes::PropertyNotification

The asset property's notification topic and state. For more information, see UpdateAssetProperty.


8078
8079
8080
8081
8082
8083
8084
8085
8086
8087
8088
8089
8090
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8078

class Property < Struct.new(
  :id,
  :name,
  :alias,
  :notification,
  :data_type,
  :unit,
  :type,
  :path,
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end

#pathArray<Types::AssetPropertyPathSegment>

The structured path to the property from the root of the asset.


8078
8079
8080
8081
8082
8083
8084
8085
8086
8087
8088
8089
8090
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8078

class Property < Struct.new(
  :id,
  :name,
  :alias,
  :notification,
  :data_type,
  :unit,
  :type,
  :path,
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end

#typeTypes::PropertyType

The property type (see PropertyType). A property contains one type.

Returns:


8078
8079
8080
8081
8082
8083
8084
8085
8086
8087
8088
8089
8090
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8078

class Property < Struct.new(
  :id,
  :name,
  :alias,
  :notification,
  :data_type,
  :unit,
  :type,
  :path,
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end

#unitString

The unit (such as Newtons or RPM) of the asset property.

Returns:

  • (String)

8078
8079
8080
8081
8082
8083
8084
8085
8086
8087
8088
8089
8090
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8078

class Property < Struct.new(
  :id,
  :name,
  :alias,
  :notification,
  :data_type,
  :unit,
  :type,
  :path,
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end