Class: Aws::Types::LambdaEventSource

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#topic ⇒ ::String

Returns the value of attribute topic.

Returns:

  • (::String)


478
479
480
# File 'sig/types.rbs', line 478

def topic
  @topic
end

#type ⇒ "PUB_SUB", "IOT_CORE"

Returns the value of attribute type.

Returns:

  • ("PUB_SUB", "IOT_CORE")


479
480
481
# File 'sig/types.rbs', line 479

def type
  @type
end