Class: Aws::IoTEvents::Types::InputIdentifier

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

Overview

The identifer of the input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iot_events_input_identifierTypes::IotEventsInputIdentifier

The identifier of the input routed to AWS IoT Events.



1931
1932
1933
1934
1935
1936
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1931

class InputIdentifier < Struct.new(
  :iot_events_input_identifier,
  :iot_site_wise_input_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#iot_site_wise_input_identifierTypes::IotSiteWiseInputIdentifier

The identifer of the input routed from AWS IoT SiteWise.



1931
1932
1933
1934
1935
1936
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1931

class InputIdentifier < Struct.new(
  :iot_events_input_identifier,
  :iot_site_wise_input_identifier)
  SENSITIVE = []
  include Aws::Structure
end