Class: Aws::IoTEvents::Types::DescribeInputRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::DescribeInputRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Overview
Note:
When making an API call, you may pass DescribeInputRequest data as a hash:
{
input_name: "InputName", # required
}
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.
1267 1268 1269 1270 1271 |
# File 'lib/aws-sdk-iotevents/types.rb', line 1267 class DescribeInputRequest < Struct.new( :input_name) SENSITIVE = [] include Aws::Structure end |