Class: Aws::IoTEvents::Types::CreateInputResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::CreateInputResponse
- Defined in:
- gems/aws-sdk-iotevents/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.
988 989 990 991 992 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 988 class CreateInputResponse < Struct.new( :input_configuration) SENSITIVE = [] include Aws::Structure end |