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

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


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

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)


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

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