Class: Aws::IoTSiteWise::Types::DescribeAssetPropertyResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_external_idString

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


4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4307

class DescribeAssetPropertyResponse < Struct.new(
  :asset_id,
  :asset_name,
  :asset_model_id,
  :asset_property,
  :composite_model,
  :asset_external_id)
  SENSITIVE = []
  include Aws::Structure
end

#asset_idString

The ID of the asset, in UUID format.

Returns:

  • (String)


4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4307

class DescribeAssetPropertyResponse < Struct.new(
  :asset_id,
  :asset_name,
  :asset_model_id,
  :asset_property,
  :composite_model,
  :asset_external_id)
  SENSITIVE = []
  include Aws::Structure
end

#asset_model_idString

The ID of the asset model, in UUID format.

Returns:

  • (String)


4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4307

class DescribeAssetPropertyResponse < Struct.new(
  :asset_id,
  :asset_name,
  :asset_model_id,
  :asset_property,
  :composite_model,
  :asset_external_id)
  SENSITIVE = []
  include Aws::Structure
end

#asset_nameString

The name of the asset.

Returns:

  • (String)


4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4307

class DescribeAssetPropertyResponse < Struct.new(
  :asset_id,
  :asset_name,
  :asset_model_id,
  :asset_property,
  :composite_model,
  :asset_external_id)
  SENSITIVE = []
  include Aws::Structure
end

#asset_propertyTypes::Property

The asset property’s definition, alias, and notification state.

This response includes this object for normal asset properties. If you describe an asset property in a composite model, this response includes the asset property information in ‘compositeModel`.

Returns:



4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4307

class DescribeAssetPropertyResponse < Struct.new(
  :asset_id,
  :asset_name,
  :asset_model_id,
  :asset_property,
  :composite_model,
  :asset_external_id)
  SENSITIVE = []
  include Aws::Structure
end

#composite_modelTypes::CompositeModelProperty

The composite model that declares this asset property, if this asset property exists in a composite model.



4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4307

class DescribeAssetPropertyResponse < Struct.new(
  :asset_id,
  :asset_name,
  :asset_model_id,
  :asset_property,
  :composite_model,
  :asset_external_id)
  SENSITIVE = []
  include Aws::Structure
end