Class: Aws::IoTSiteWise::Types::DescribeAssetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeAssetRequest
- 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.
-
#exclude_properties ⇒ Boolean
Whether or not to exclude asset properties from the response.
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.
4605 4606 4607 4608 4609 4610 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4605 class DescribeAssetRequest < Struct.new( :asset_id, :exclude_properties) SENSITIVE = [] include Aws::Structure end |
#exclude_properties ⇒ Boolean
Whether or not to exclude asset properties from the response.
4605 4606 4607 4608 4609 4610 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4605 class DescribeAssetRequest < Struct.new( :asset_id, :exclude_properties) SENSITIVE = [] include Aws::Structure end |