Class: Aws::Types::LambdaFunctionTimedOutEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::LambdaFunctionTimedOutEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#scheduled_event_id ⇒ ::Integer
Returns the value of attribute scheduled_event_id.
-
#started_event_id ⇒ ::Integer
Returns the value of attribute started_event_id.
-
#timeout_type ⇒ "START_TO_CLOSE"
Returns the value of attribute timeout_type.
Instance Attribute Details
#scheduled_event_id ⇒ ::Integer
Returns the value of attribute scheduled_event_id.
551 552 553 |
# File 'sig/types.rbs', line 551 def scheduled_event_id @scheduled_event_id end |
#started_event_id ⇒ ::Integer
Returns the value of attribute started_event_id.
552 553 554 |
# File 'sig/types.rbs', line 552 def started_event_id @started_event_id end |
#timeout_type ⇒ "START_TO_CLOSE"
Returns the value of attribute timeout_type.
553 554 555 |
# File 'sig/types.rbs', line 553 def timeout_type @timeout_type end |