Class: Aws::IoTSiteWise::Types::DescribeAssetModelCompositeModelRequest

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_model_composite_model_idString

The ID of a composite model on this asset model. This can be either the actual ID in UUID format, or else ‘externalId:` followed by the external ID, if it has one. For more information, see [Referencing objects with external IDs] in the *IoT SiteWise User Guide*.

[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references

Returns:

  • (String)


4015
4016
4017
4018
4019
4020
4021
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4015

class DescribeAssetModelCompositeModelRequest < Struct.new(
  :asset_model_id,
  :asset_model_composite_model_id,
  :asset_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#asset_model_idString

The ID of the asset model. This can be either the actual ID in UUID format, or else ‘externalId:` followed by the external ID, if it has one. For more information, see [Referencing objects with external IDs] in the *IoT SiteWise User Guide*.

[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references

Returns:

  • (String)


4015
4016
4017
4018
4019
4020
4021
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4015

class DescribeAssetModelCompositeModelRequest < Struct.new(
  :asset_model_id,
  :asset_model_composite_model_id,
  :asset_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#asset_model_versionString

The version alias that specifies the latest or active version of the asset model. The details are returned in the response. The default value is ‘LATEST`. See [ Asset model versions] in the *IoT SiteWise User Guide*.

[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/model-active-version.html

Returns:

  • (String)


4015
4016
4017
4018
4019
4020
4021
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4015

class DescribeAssetModelCompositeModelRequest < Struct.new(
  :asset_model_id,
  :asset_model_composite_model_id,
  :asset_model_version)
  SENSITIVE = []
  include Aws::Structure
end