Class: Aws::Types::LambdaExecutionParameters
- Inherits:
-
Object
- Object
- Aws::Types::LambdaExecutionParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
-
#event_sources ⇒ ::Array[Types::LambdaEventSource]
Returns the value of attribute event_sources.
-
#exec_args ⇒ ::Array[::String]
Returns the value of attribute exec_args.
-
#input_payload_encoding_type ⇒ "json", "binary"
Returns the value of attribute input_payload_encoding_type.
-
#linux_process_params ⇒ Types::LambdaLinuxProcessParams
Returns the value of attribute linux_process_params.
-
#max_idle_time_in_seconds ⇒ ::Integer
Returns the value of attribute max_idle_time_in_seconds.
-
#max_instances_count ⇒ ::Integer
Returns the value of attribute max_instances_count.
-
#max_queue_size ⇒ ::Integer
Returns the value of attribute max_queue_size.
-
#pinned ⇒ Boolean
Returns the value of attribute pinned.
-
#status_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute status_timeout_in_seconds.
-
#timeout_in_seconds ⇒ ::Integer
Returns the value of attribute timeout_in_seconds.
Instance Attribute Details
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
493 494 495 |
# File 'sig/types.rbs', line 493 def environment_variables @environment_variables end |
#event_sources ⇒ ::Array[Types::LambdaEventSource]
Returns the value of attribute event_sources.
484 485 486 |
# File 'sig/types.rbs', line 484 def event_sources @event_sources end |
#exec_args ⇒ ::Array[::String]
Returns the value of attribute exec_args.
492 493 494 |
# File 'sig/types.rbs', line 492 def exec_args @exec_args end |
#input_payload_encoding_type ⇒ "json", "binary"
Returns the value of attribute input_payload_encoding_type.
491 492 493 |
# File 'sig/types.rbs', line 491 def input_payload_encoding_type @input_payload_encoding_type end |
#linux_process_params ⇒ Types::LambdaLinuxProcessParams
Returns the value of attribute linux_process_params.
494 495 496 |
# File 'sig/types.rbs', line 494 def linux_process_params @linux_process_params end |
#max_idle_time_in_seconds ⇒ ::Integer
Returns the value of attribute max_idle_time_in_seconds.
487 488 489 |
# File 'sig/types.rbs', line 487 def max_idle_time_in_seconds @max_idle_time_in_seconds end |
#max_instances_count ⇒ ::Integer
Returns the value of attribute max_instances_count.
486 487 488 |
# File 'sig/types.rbs', line 486 def max_instances_count @max_instances_count end |
#max_queue_size ⇒ ::Integer
Returns the value of attribute max_queue_size.
485 486 487 |
# File 'sig/types.rbs', line 485 def max_queue_size @max_queue_size end |
#pinned ⇒ Boolean
Returns the value of attribute pinned.
490 491 492 |
# File 'sig/types.rbs', line 490 def pinned @pinned end |
#status_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute status_timeout_in_seconds.
489 490 491 |
# File 'sig/types.rbs', line 489 def status_timeout_in_seconds @status_timeout_in_seconds end |
#timeout_in_seconds ⇒ ::Integer
Returns the value of attribute timeout_in_seconds.
488 489 490 |
# File 'sig/types.rbs', line 488 def timeout_in_seconds @timeout_in_seconds end |