Class: Aws::IoTEvents::Types::DescribeInputRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::DescribeInputRequest
- Defined in:
- gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_name ⇒ String
The name of the input.
Instance Attribute Details
#input_name ⇒ String
The name of the input.
1215 1216 1217 1218 1219 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1215 class DescribeInputRequest < Struct.new( :input_name) SENSITIVE = [] include Aws::Structure end |