class Aws::IoTEvents::Types::InputIdentifier

The identifer of the input.

@note When making an API call, you may pass InputIdentifier

data as a hash:

    {
      iot_events_input_identifier: {
        input_name: "InputName", # required
      },
      iot_site_wise_input_identifier: {
        iot_site_wise_asset_model_property_identifier: {
          asset_model_id: "AssetModelId", # required
          property_id: "AssetPropertyId", # required
        },
      },
    }

@!attribute [rw] iot_events_input_identifier

The identifier of the input routed to AWS IoT Events.
@return [Types::IotEventsInputIdentifier]

@!attribute [rw] iot_site_wise_input_identifier

The identifer of the input routed from AWS IoT SiteWise.
@return [Types::IotSiteWiseInputIdentifier]

Constants

SENSITIVE