Class: Aws::IoTEvents::Types::DeleteInputRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::DeleteInputRequest
- Defined in:
- gems/aws-sdk-iotevents/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
-
#input_name ⇒ String
The name of the input to delete.
Instance Attribute Details
#input_name ⇒ String
The name of the input to delete.
2130 2131 2132 2133 2134 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2130 class DeleteInputRequest < Struct.new( :input_name) SENSITIVE = [] include Aws::Structure end |