Class: Aws::IoTEvents::Types::DeleteInputRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::DeleteInputRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
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.
1022 1023 1024 1025 1026 |
# File 'lib/aws-sdk-iotevents/types.rb', line 1022 class DeleteInputRequest < Struct.new( :input_name) SENSITIVE = [] include Aws::Structure end |