Class: Aws::IoTEvents::Types::IotEventsInputIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::IotEventsInputIdentifier
- Defined in:
- gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb
Overview
Note:
When making an API call, you may pass IotEventsInputIdentifier data as a hash:
{
input_name: "InputName", # required
}
The identifier of the input routed to AWS IoT Events.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_name ⇒ String
The name of the input routed to AWS IoT Events.
Instance Attribute Details
#input_name ⇒ String
The name of the input routed to AWS IoT Events.
3886 3887 3888 3889 3890 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 3886 class IotEventsInputIdentifier < Struct.new( :input_name) SENSITIVE = [] include Aws::Structure end |