Class: Aws::IoTEvents::Types::DeleteInputRequest

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

Overview

Note:

When making an API call, you may pass DeleteInputRequest data as a hash:

{
  input_name: "InputName", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_nameString

The name of the input to delete.

Returns:

  • (String)


1178
1179
1180
1181
1182
# File 'lib/aws-sdk-iotevents/types.rb', line 1178

class DeleteInputRequest < Struct.new(
  :input_name)
  SENSITIVE = []
  include Aws::Structure
end