Class: Aws::IoTEvents::Types::UpdateInputResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::UpdateInputResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_configuration ⇒ Types::InputConfiguration
Information about the configuration of the input.
Instance Attribute Details
#input_configuration ⇒ Types::InputConfiguration
Information about the configuration of the input.
3162 3163 3164 3165 3166 |
# File 'lib/aws-sdk-iotevents/types.rb', line 3162 class UpdateInputResponse < Struct.new( :input_configuration) SENSITIVE = [] include Aws::Structure end |