Class: Aws::IoTSiteWise::Types::DescribeAssetPropertyRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

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*.

[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references

Returns:

  • (String)


4266
4267
4268
4269
4270
4271
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4266

class DescribeAssetPropertyRequest < Struct.new(
  :asset_id,
  :property_id)
  SENSITIVE = []
  include Aws::Structure
end

#property_idString

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*.

[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references

Returns:

  • (String)


4266
4267
4268
4269
4270
4271
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4266

class DescribeAssetPropertyRequest < Struct.new(
  :asset_id,
  :property_id)
  SENSITIVE = []
  include Aws::Structure
end