Class: Aws::IoTEvents::Types::DescribeInputRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_nameString

The name of the input.

Returns:

  • (String)


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