Class: Aws::IoTSiteWise::Types::DescribeAssetModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeAssetModelRequest
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_model_id ⇒ String
The ID of the asset model.
-
#asset_model_version ⇒ String
The version alias that specifies the latest or active version of the asset model.
-
#exclude_properties ⇒ Boolean
Whether or not to exclude asset model properties from the response.
Instance Attribute Details
#asset_model_id ⇒ String
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.
4987 4988 4989 4990 4991 4992 4993 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4987 class DescribeAssetModelRequest < Struct.new( :asset_model_id, :exclude_properties, :asset_model_version) SENSITIVE = [] include Aws::Structure end |
#asset_model_version ⇒ String
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.
4987 4988 4989 4990 4991 4992 4993 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4987 class DescribeAssetModelRequest < Struct.new( :asset_model_id, :exclude_properties, :asset_model_version) SENSITIVE = [] include Aws::Structure end |
#exclude_properties ⇒ Boolean
Whether or not to exclude asset model properties from the response.
4987 4988 4989 4990 4991 4992 4993 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4987 class DescribeAssetModelRequest < Struct.new( :asset_model_id, :exclude_properties, :asset_model_version) SENSITIVE = [] include Aws::Structure end |