Class: Aws::Types::AwsLambdaFunctionDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsLambdaFunctionDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#architectures ⇒ ::Array[("X86_64" | "ARM64")]
Returns the value of attribute architectures.
-
#code_sha_256 ⇒ ::String
Returns the value of attribute code_sha_256.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
-
#layers ⇒ ::Array[::String]
Returns the value of attribute layers.
-
#package_type ⇒ "IMAGE", "ZIP"
Returns the value of attribute package_type.
-
#runtime ⇒ "NODEJS", ...
Returns the value of attribute runtime.
-
#version ⇒ ::String
Returns the value of attribute version.
-
#vpc_config ⇒ Types::LambdaVpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#architectures ⇒ ::Array[("X86_64" | "ARM64")]
Returns the value of attribute architectures.
292 293 294 |
# File 'sig/types.rbs', line 292 def architectures @architectures end |
#code_sha_256 ⇒ ::String
Returns the value of attribute code_sha_256.
286 287 288 |
# File 'sig/types.rbs', line 286 def code_sha_256 @code_sha_256 end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
288 289 290 |
# File 'sig/types.rbs', line 288 def execution_role_arn @execution_role_arn end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
284 285 286 |
# File 'sig/types.rbs', line 284 def function_name @function_name end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
293 294 295 |
# File 'sig/types.rbs', line 293 def last_modified_at @last_modified_at end |
#layers ⇒ ::Array[::String]
Returns the value of attribute layers.
289 290 291 |
# File 'sig/types.rbs', line 289 def layers @layers end |
#package_type ⇒ "IMAGE", "ZIP"
Returns the value of attribute package_type.
291 292 293 |
# File 'sig/types.rbs', line 291 def package_type @package_type end |
#runtime ⇒ "NODEJS", ...
Returns the value of attribute runtime.
285 286 287 |
# File 'sig/types.rbs', line 285 def runtime @runtime end |
#version ⇒ ::String
Returns the value of attribute version.
287 288 289 |
# File 'sig/types.rbs', line 287 def version @version end |
#vpc_config ⇒ Types::LambdaVpcConfig
Returns the value of attribute vpc_config.
290 291 292 |
# File 'sig/types.rbs', line 290 def vpc_config @vpc_config end |