Class: Aws::IoTSiteWise::Types::DescribeAssetCompositeModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeAssetCompositeModelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_composite_model_id ⇒ String
The ID of a composite model on this asset.
-
#asset_id ⇒ String
The ID of the asset.
Instance Attribute Details
#asset_composite_model_id ⇒ String
The ID of a composite model on this asset. 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
4183 4184 4185 4186 4187 4188 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4183 class DescribeAssetCompositeModelRequest < Struct.new( :asset_id, :asset_composite_model_id) SENSITIVE = [] include Aws::Structure end |
#asset_id ⇒ String
The ID of the asset. 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
4183 4184 4185 4186 4187 4188 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4183 class DescribeAssetCompositeModelRequest < Struct.new( :asset_id, :asset_composite_model_id) SENSITIVE = [] include Aws::Structure end |