Class: Aws::Types::LambdaEventSource
- Inherits:
-
Object
- Object
- Aws::Types::LambdaEventSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#topic ⇒ ::String
Returns the value of attribute topic.
-
#type ⇒ "PUB_SUB", "IOT_CORE"
Returns the value of attribute type.
Instance Attribute Details
#topic ⇒ ::String
Returns the value of attribute topic.
478 479 480 |
# File 'sig/types.rbs', line 478 def topic @topic end |
#type ⇒ "PUB_SUB", "IOT_CORE"
Returns the value of attribute type.
479 480 481 |
# File 'sig/types.rbs', line 479 def type @type end |