Class: Aws::IoTEvents::Types::InputIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::InputIdentifier
- 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
-
#iot_events_input_identifier ⇒ Types::IotEventsInputIdentifier
The identifier of the input routed to AWS IoT Events.
-
#iot_site_wise_input_identifier ⇒ Types::IotSiteWiseInputIdentifier
The identifer of the input routed from AWS IoT SiteWise.
Instance Attribute Details
#iot_events_input_identifier ⇒ Types::IotEventsInputIdentifier
The identifier of the input routed to AWS IoT Events.
1930 1931 1932 1933 1934 1935 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1930 class InputIdentifier < Struct.new( :iot_events_input_identifier, :iot_site_wise_input_identifier) SENSITIVE = [] include Aws::Structure end |
#iot_site_wise_input_identifier ⇒ Types::IotSiteWiseInputIdentifier
The identifer of the input routed from AWS IoT SiteWise.
1930 1931 1932 1933 1934 1935 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1930 class InputIdentifier < Struct.new( :iot_events_input_identifier, :iot_site_wise_input_identifier) SENSITIVE = [] include Aws::Structure end |