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.
2353 2354 2355 2356 2357 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2353 class DescribeInputRequest < Struct.new( :input_name) SENSITIVE = [] include Aws::Structure end |