Class: Aws::IoTSiteWise::Types::ResolveTo

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

Overview

The detailed resource this execution summary resolves to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

The ID of the asset that the resource resolves to.

Returns:

  • (String)


9406
9407
9408
9409
9410
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9406

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