Class: Aws::IoTSiteWise::Types::DescribeAssetPropertyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeAssetPropertyRequest
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Note:
When making an API call, you may pass DescribeAssetPropertyRequest data as a hash:
{
asset_id: "ID", # required
property_id: "ID", # required
}
Constant Summary collapse
- SENSITIVE =
[]
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.
3542 3543 3544 3545 3546 3547 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3542 class DescribeAssetPropertyRequest < Struct.new( :asset_id, :property_id) SENSITIVE = [] include Aws::Structure end |
#property_id ⇒ String
The ID of the asset property.
3542 3543 3544 3545 3546 3547 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3542 class DescribeAssetPropertyRequest < Struct.new( :asset_id, :property_id) SENSITIVE = [] include Aws::Structure end |