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

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

Returns:

  • (String)


3921
3922
3923
3924
3925
3926
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3921

class DescribeAssetModelCompositeModelRequest < Struct.new(
  :asset_model_id,
  :asset_model_composite_model_id)
  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.

Returns:

  • (String)


3921
3922
3923
3924
3925
3926
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3921

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