Class: Aws::Types::LambdaFunctionScheduledEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::LambdaFunctionScheduledEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#control ⇒ ::String
Returns the value of attribute control.
-
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#input ⇒ ::String
Returns the value of attribute input.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#start_to_close_timeout ⇒ ::String
Returns the value of attribute start_to_close_timeout.
Instance Attribute Details
#control ⇒ ::String
Returns the value of attribute control.
538 539 540 |
# File 'sig/types.rbs', line 538 def control @control end |
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
541 542 543 |
# File 'sig/types.rbs', line 541 def decision_task_completed_event_id @decision_task_completed_event_id end |
#id ⇒ ::String
Returns the value of attribute id.
536 537 538 |
# File 'sig/types.rbs', line 536 def id @id end |
#input ⇒ ::String
Returns the value of attribute input.
539 540 541 |
# File 'sig/types.rbs', line 539 def input @input end |
#name ⇒ ::String
Returns the value of attribute name.
537 538 539 |
# File 'sig/types.rbs', line 537 def name @name end |
#start_to_close_timeout ⇒ ::String
Returns the value of attribute start_to_close_timeout.
540 541 542 |
# File 'sig/types.rbs', line 540 def start_to_close_timeout @start_to_close_timeout end |