Class: Aws::IoTEvents::Types::DeleteInputRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::DeleteInputRequest
- 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
-
#input_name ⇒ String
The name of the input to delete.
Instance Attribute Details
#input_name ⇒ String
The name of the input to delete.
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 |