class Aws::IoTEvents::Types::UpdateInputRequest

@note When making an API call, you may pass UpdateInputRequest

data as a hash:

    {
      input_name: "InputName", # required
      input_description: "InputDescription",
      input_definition: { # required
        attributes: [ # required
          {
            json_path: "AttributeJsonPath", # required
          },
        ],
      },
    }

@!attribute [rw] input_name

The name of the input you want to update.
@return [String]

@!attribute [rw] input_description

A brief description of the input.
@return [String]

@!attribute [rw] input_definition

The definition of the input.
@return [Types::InputDefinition]

Constants

SENSITIVE