You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTSiteWise::Types::DescribeAssetPropertyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeAssetPropertyRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DescribeAssetPropertyRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
asset_id: "ID", # required
property_id: "ID", # required
}
Instance Attribute Summary collapse
-
#asset_id ⇒ String
The ID of the asset.
-
#property_id ⇒ String
The ID of the asset property.
Instance Attribute Details
#asset_id ⇒ String
The ID of the asset.
#property_id ⇒ String
The ID of the asset property.