Class: Aws::Types::LambdaExecutionParameters

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#environment_variables ⇒ ::Hash[::String, ::String]

Returns the value of attribute environment_variables.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:



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.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("json", "binary")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


488
489
490
# File 'sig/types.rbs', line 488

def timeout_in_seconds
  @timeout_in_seconds
end