Class: Aws::Types::LambdaFunctionScheduledEventDetails
- Inherits:
-
Object
- Object
- Aws::Types::LambdaFunctionScheduledEventDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input ⇒ ::String
Returns the value of attribute input.
-
#input_details ⇒ Types::HistoryEventExecutionDataDetails
Returns the value of attribute input_details.
-
#resource ⇒ ::String
Returns the value of attribute resource.
-
#task_credentials ⇒ Types::TaskCredentials
Returns the value of attribute task_credentials.
-
#timeout_in_seconds ⇒ ::Integer
Returns the value of attribute timeout_in_seconds.
Instance Attribute Details
#input ⇒ ::String
Returns the value of attribute input.
594 595 596 |
# File 'sig/types.rbs', line 594 def input @input end |
#input_details ⇒ Types::HistoryEventExecutionDataDetails
Returns the value of attribute input_details.
595 596 597 |
# File 'sig/types.rbs', line 595 def input_details @input_details end |
#resource ⇒ ::String
Returns the value of attribute resource.
593 594 595 |
# File 'sig/types.rbs', line 593 def resource @resource end |
#task_credentials ⇒ Types::TaskCredentials
Returns the value of attribute task_credentials.
597 598 599 |
# File 'sig/types.rbs', line 597 def task_credentials @task_credentials end |
#timeout_in_seconds ⇒ ::Integer
Returns the value of attribute timeout_in_seconds.
596 597 598 |
# File 'sig/types.rbs', line 596 def timeout_in_seconds @timeout_in_seconds end |