Class: Aws::IoTEvents::Types::IotEventsInputIdentifier

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

Overview

The identifier of the input routed to AWS IoT Events.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_nameString

The name of the input routed to AWS IoT Events.

Returns:

  • (String)


2024
2025
2026
2027
2028
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2024

class IotEventsInputIdentifier < Struct.new(
  :input_name)
  SENSITIVE = []
  include Aws::Structure
end