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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


9754
9755
9756
9757
9758
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9754

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