Class: Aws::IoTEvents::Types::Input
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::Input
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Overview
Information about the input.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_configuration ⇒ Types::InputConfiguration
Information about the configuration of an input.
-
#input_definition ⇒ Types::InputDefinition
The definition of the input.
Instance Attribute Details
#input_configuration ⇒ Types::InputConfiguration
Information about the configuration of an input.
2452 2453 2454 2455 2456 2457 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2452 class Input < Struct.new( :input_configuration, :input_definition) SENSITIVE = [] include Aws::Structure end |
#input_definition ⇒ Types::InputDefinition
The definition of the input.
2452 2453 2454 2455 2456 2457 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2452 class Input < Struct.new( :input_configuration, :input_definition) SENSITIVE = [] include Aws::Structure end |