Class: Aws::IoTSiteWise::Types::DescribeAssetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/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.

Returns:

  • (String)


4201
4202
4203
4204
4205
4206
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4201

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

#exclude_propertiesBoolean

Whether or not to exclude asset properties from the response.

Returns:

  • (Boolean)


4201
4202
4203
4204
4205
4206
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4201

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