Class: Aws::IoTSiteWise::Types::AssetModelPropertySummary

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

Overview

Contains a summary of a property associated with a model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_model_composite_model_idString

The ID of the composite model that contains the asset model property.

Returns:

  • (String)


907
908
909
910
911
912
913
914
915
916
917
918
919
# File 'lib/aws-sdk-iotsitewise/types.rb', line 907

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

#data_typeString

The data type of the property.

Returns:

  • (String)


907
908
909
910
911
912
913
914
915
916
917
918
919
# File 'lib/aws-sdk-iotsitewise/types.rb', line 907

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

#data_type_specString

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

Returns:

  • (String)


907
908
909
910
911
912
913
914
915
916
917
918
919
# File 'lib/aws-sdk-iotsitewise/types.rb', line 907

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

#external_idString

The external ID of the property. 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)


907
908
909
910
911
912
913
914
915
916
917
918
919
# File 'lib/aws-sdk-iotsitewise/types.rb', line 907

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

#idString

The ID of the property.

Returns:

  • (String)


907
908
909
910
911
912
913
914
915
916
917
918
919
# File 'lib/aws-sdk-iotsitewise/types.rb', line 907

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

#nameString

The name of the property.

Returns:

  • (String)


907
908
909
910
911
912
913
914
915
916
917
918
919
# File 'lib/aws-sdk-iotsitewise/types.rb', line 907

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

#pathArray<Types::AssetModelPropertyPathSegment>

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



907
908
909
910
911
912
913
914
915
916
917
918
919
# File 'lib/aws-sdk-iotsitewise/types.rb', line 907

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

#typeTypes::PropertyType

Contains a property type, which can be one of ‘attribute`, `measurement`, `metric`, or `transform`.

Returns:



907
908
909
910
911
912
913
914
915
916
917
918
919
# File 'lib/aws-sdk-iotsitewise/types.rb', line 907

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

#unitString

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

Returns:

  • (String)


907
908
909
910
911
912
913
914
915
916
917
918
919
# File 'lib/aws-sdk-iotsitewise/types.rb', line 907

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