Class: Aws::IoTSiteWise::Types::AssetModelProperty

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

Overview

Contains information about an asset model property.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_typeString

The data type of the asset model property.

Returns:

  • (String)


401
402
403
404
405
406
407
408
409
410
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 401

class AssetModelProperty < Struct.new(
  :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 exists on properties that have the STRUCT data type.

Returns:

  • (String)


401
402
403
404
405
406
407
408
409
410
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 401

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

#idString

The ID of the asset model property.

Returns:

  • (String)


401
402
403
404
405
406
407
408
409
410
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 401

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

#nameString

The name of the asset model property.

Returns:

  • (String)


401
402
403
404
405
406
407
408
409
410
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 401

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

#typeTypes::PropertyType

The property type (see PropertyType).

Returns:



401
402
403
404
405
406
407
408
409
410
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 401

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

#unitString

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

Returns:

  • (String)


401
402
403
404
405
406
407
408
409
410
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 401

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