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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/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)


838
839
840
841
842
843
844
845
846
847
848
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 838

class AssetModelPropertyDefinition < Struct.new(
  :name,
  :data_type,
  :data_type_spec,
  :unit,
  :type,
  :id,
  :external_id)
  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)


838
839
840
841
842
843
844
845
846
847
848
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 838

class AssetModelPropertyDefinition < Struct.new(
  :name,
  :data_type,
  :data_type_spec,
  :unit,
  :type,
  :id,
  :external_id)
  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.

Returns:

  • (String)


838
839
840
841
842
843
844
845
846
847
848
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 838

class AssetModelPropertyDefinition < Struct.new(
  :name,
  :data_type,
  :data_type_spec,
  :unit,
  :type,
  :id,
  :external_id)
  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)


838
839
840
841
842
843
844
845
846
847
848
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 838

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

#nameString

The name of the property definition.

Returns:

  • (String)


838
839
840
841
842
843
844
845
846
847
848
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 838

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

#typeTypes::PropertyType

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

Returns:



838
839
840
841
842
843
844
845
846
847
848
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 838

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

#unitString

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

Returns:

  • (String)


838
839
840
841
842
843
844
845
846
847
848
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 838

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