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
Overview
Note:
When making an API call, you may pass DescribeAssetModelRequest data as a hash:
{
asset_model_id: "ID", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_model_id ⇒ String
The ID of the asset model.
Instance Attribute Details
#asset_model_id ⇒ String
The ID of the asset model.
3451 3452 3453 3454 3455 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3451 class DescribeAssetModelRequest < Struct.new( :asset_model_id) SENSITIVE = [] include Aws::Structure end |