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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



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

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

#input_definitionTypes::InputDefinition

The definition of the input.



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

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