Class: Aws::IoTEvents::Types::IotEventsInputIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::IotEventsInputIdentifier
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Overview
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.
2023 2024 2025 2026 2027 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2023 class IotEventsInputIdentifier < Struct.new( :input_name) SENSITIVE = [] include Aws::Structure end |