Class: Aws::IoTEvents::Types::IotSiteWiseAssetModelPropertyIdentifier

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

Overview

The asset model property identifer of the input routed from AWS IoT SiteWise.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_model_idString

The ID of the AWS IoT SiteWise asset model.

Returns:

  • (String)


2113
2114
2115
2116
2117
2118
# File 'lib/aws-sdk-iotevents/types.rb', line 2113

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

#property_idString

The ID of the AWS IoT SiteWise asset property.

Returns:

  • (String)


2113
2114
2115
2116
2117
2118
# File 'lib/aws-sdk-iotevents/types.rb', line 2113

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