Class: Aws::IoTSiteWise::Types::AssetModelPropertyDefinition

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Overview

Contains an asset model property definition. This property definition is applied to all assets created from the asset model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_typeString

The data type of the property definition.

If you specify ‘STRUCT`, you must also specify `dataTypeSpec` to identify the type of the structure for this property.

Returns:

  • (String)


830
831
832
833
834
835
836
837
838
839
840
# File 'lib/aws-sdk-iotsitewise/types.rb', line 830

class AssetModelPropertyDefinition < Struct.new(
  :id,
  :external_id,
  :name,
  :data_type,
  :data_type_spec,
  :unit,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#data_type_specString

The data type of the structure for this property. This parameter is required on properties that have the ‘STRUCT` data type.

The options for this parameter depend on the type of the composite model in which you define this property. Use ‘AWS/ALARM_STATE` for alarm state in alarm composite models.

Returns:

  • (String)


830
831
832
833
834
835
836
837
838
839
840
# File 'lib/aws-sdk-iotsitewise/types.rb', line 830

class AssetModelPropertyDefinition < Struct.new(
  :id,
  :external_id,
  :name,
  :data_type,
  :data_type_spec,
  :unit,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#external_idString

An external ID to assign to the property definition. The external ID must be unique among property definitions within this asset model. For more information, see [Using external IDs] in the *IoT SiteWise User Guide*.

[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids

Returns:

  • (String)


830
831
832
833
834
835
836
837
838
839
840
# File 'lib/aws-sdk-iotsitewise/types.rb', line 830

class AssetModelPropertyDefinition < Struct.new(
  :id,
  :external_id,
  :name,
  :data_type,
  :data_type_spec,
  :unit,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID to assign to the asset model property, if desired. IoT SiteWise automatically generates a unique ID for you, so this parameter is never required. However, if you prefer to supply your own ID instead, you can specify it here in UUID format. If you specify your own ID, it must be globally unique.

Returns:

  • (String)


830
831
832
833
834
835
836
837
838
839
840
# File 'lib/aws-sdk-iotsitewise/types.rb', line 830

class AssetModelPropertyDefinition < Struct.new(
  :id,
  :external_id,
  :name,
  :data_type,
  :data_type_spec,
  :unit,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the property definition.

Returns:

  • (String)


830
831
832
833
834
835
836
837
838
839
840
# File 'lib/aws-sdk-iotsitewise/types.rb', line 830

class AssetModelPropertyDefinition < Struct.new(
  :id,
  :external_id,
  :name,
  :data_type,
  :data_type_spec,
  :unit,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeTypes::PropertyType

The property definition type (see ‘PropertyType`). You can only specify one type in a property definition.

Returns:



830
831
832
833
834
835
836
837
838
839
840
# File 'lib/aws-sdk-iotsitewise/types.rb', line 830

class AssetModelPropertyDefinition < Struct.new(
  :id,
  :external_id,
  :name,
  :data_type,
  :data_type_spec,
  :unit,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#unitString

The unit of the property definition, such as ‘Newtons` or `RPM`.

Returns:

  • (String)


830
831
832
833
834
835
836
837
838
839
840
# File 'lib/aws-sdk-iotsitewise/types.rb', line 830

class AssetModelPropertyDefinition < Struct.new(
  :id,
  :external_id,
  :name,
  :data_type,
  :data_type_spec,
  :unit,
  :type)
  SENSITIVE = []
  include Aws::Structure
end