Class: Aws::IoTEvents::Types::UpdateInputRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_definitionTypes::InputDefinition

The definition of the input.



3151
3152
3153
3154
3155
3156
3157
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 3151

class UpdateInputRequest < Struct.new(
  :input_name,
  :input_description,
  :input_definition)
  SENSITIVE = []
  include Aws::Structure
end

#input_descriptionString

A brief description of the input.

Returns:

  • (String)


3151
3152
3153
3154
3155
3156
3157
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 3151

class UpdateInputRequest < Struct.new(
  :input_name,
  :input_description,
  :input_definition)
  SENSITIVE = []
  include Aws::Structure
end

#input_nameString

The name of the input you want to update.

Returns:

  • (String)


3151
3152
3153
3154
3155
3156
3157
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 3151

class UpdateInputRequest < Struct.new(
  :input_name,
  :input_description,
  :input_definition)
  SENSITIVE = []
  include Aws::Structure
end