You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTEvents::Types::UpdateInputRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::UpdateInputRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateInputRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
input_name: "InputName", # required
input_description: "InputDescription",
input_definition: { # required
attributes: [ # required
{
json_path: "AttributeJsonPath", # required
},
],
},
}
Instance Attribute Summary collapse
-
#input_definition ⇒ Types::InputDefinition
The definition of the input.
-
#input_description ⇒ String
A brief description of the input.
-
#input_name ⇒ String
The name of the input you want to update.
Instance Attribute Details
#input_definition ⇒ Types::InputDefinition
The definition of the input.
#input_description ⇒ String
A brief description of the input.
#input_name ⇒ String
The name of the input you want to update.