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

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


915
916
917
918
919
920
921
922
923
924
925
926
927
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 915

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

#data_typeString

The data type of the property.

Returns:

  • (String)


915
916
917
918
919
920
921
922
923
924
925
926
927
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 915

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


915
916
917
918
919
920
921
922
923
924
925
926
927
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 915

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

Returns:

  • (String)


915
916
917
918
919
920
921
922
923
924
925
926
927
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 915

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

#idString

The ID of the property.

Returns:

  • (String)


915
916
917
918
919
920
921
922
923
924
925
926
927
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 915

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

#nameString

The name of the property.

Returns:

  • (String)


915
916
917
918
919
920
921
922
923
924
925
926
927
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 915

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

#pathArray<Types::AssetModelPropertyPathSegment>

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



915
916
917
918
919
920
921
922
923
924
925
926
927
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 915

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

#typeTypes::PropertyType

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

Returns:



915
916
917
918
919
920
921
922
923
924
925
926
927
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 915

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

#unitString

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

Returns:

  • (String)


915
916
917
918
919
920
921
922
923
924
925
926
927
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 915

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