Class: Aws::Types::FunctionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::FunctionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encoding_type ⇒ "binary", "json"
Returns the value of attribute encoding_type.
-
#environment ⇒ Types::FunctionConfigurationEnvironment
Returns the value of attribute environment.
-
#exec_args ⇒ ::String
Returns the value of attribute exec_args.
-
#executable ⇒ ::String
Returns the value of attribute executable.
-
#function_runtime_override ⇒ ::String
Returns the value of attribute function_runtime_override.
-
#memory_size ⇒ ::Integer
Returns the value of attribute memory_size.
-
#pinned ⇒ Boolean
Returns the value of attribute pinned.
-
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
Instance Attribute Details
#encoding_type ⇒ "binary", "json"
Returns the value of attribute encoding_type.
553 554 555 |
# File 'sig/types.rbs', line 553 def encoding_type @encoding_type end |
#environment ⇒ Types::FunctionConfigurationEnvironment
Returns the value of attribute environment.
554 555 556 |
# File 'sig/types.rbs', line 554 def environment @environment end |
#exec_args ⇒ ::String
Returns the value of attribute exec_args.
555 556 557 |
# File 'sig/types.rbs', line 555 def exec_args @exec_args end |
#executable ⇒ ::String
Returns the value of attribute executable.
556 557 558 |
# File 'sig/types.rbs', line 556 def executable @executable end |
#function_runtime_override ⇒ ::String
Returns the value of attribute function_runtime_override.
560 561 562 |
# File 'sig/types.rbs', line 560 def function_runtime_override @function_runtime_override end |
#memory_size ⇒ ::Integer
Returns the value of attribute memory_size.
557 558 559 |
# File 'sig/types.rbs', line 557 def memory_size @memory_size end |
#pinned ⇒ Boolean
Returns the value of attribute pinned.
558 559 560 |
# File 'sig/types.rbs', line 558 def pinned @pinned end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
559 560 561 |
# File 'sig/types.rbs', line 559 def timeout @timeout end |