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)


13372
13373
13374
13375
13376
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13372

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