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
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. 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.
4538 4539 4540 4541 4542 4543 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4538 class DescribeAssetPropertyRequest < Struct.new( :asset_id, :property_id) SENSITIVE = [] include Aws::Structure end |
#property_id ⇒ String
The ID of the asset property. 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.
4538 4539 4540 4541 4542 4543 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4538 class DescribeAssetPropertyRequest < Struct.new( :asset_id, :property_id) SENSITIVE = [] include Aws::Structure end |