Class: Aws::IoTEvents::Types::Input

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

Overview

Information about the input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_configurationTypes::InputConfiguration

Information about the configuration of an input.



1860
1861
1862
1863
1864
1865
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1860

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

#input_definitionTypes::InputDefinition

The definition of the input.



1860
1861
1862
1863
1864
1865
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1860

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