Class: Aws::IoTEvents::Types::UpdateInputResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_configurationTypes::InputConfiguration

Information about the configuration of the input.



3163
3164
3165
3166
3167
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 3163

class UpdateInputResponse < Struct.new(
  :input_configuration)
  SENSITIVE = []
  include Aws::Structure
end