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[::String]
Returns the value of attribute architectures.
-
#code ⇒ Types::AwsLambdaFunctionCode
Returns the value of attribute code.
-
#code_sha_256 ⇒ ::String
Returns the value of attribute code_sha_256.
-
#dead_letter_config ⇒ Types::AwsLambdaFunctionDeadLetterConfig
Returns the value of attribute dead_letter_config.
-
#environment ⇒ Types::AwsLambdaFunctionEnvironment
Returns the value of attribute environment.
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#handler ⇒ ::String
Returns the value of attribute handler.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#last_modified ⇒ ::String
Returns the value of attribute last_modified.
-
#layers ⇒ ::Array[Types::AwsLambdaFunctionLayer]
Returns the value of attribute layers.
-
#master_arn ⇒ ::String
Returns the value of attribute master_arn.
-
#memory_size ⇒ ::Integer
Returns the value of attribute memory_size.
-
#package_type ⇒ ::String
Returns the value of attribute package_type.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#runtime ⇒ ::String
Returns the value of attribute runtime.
-
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
-
#tracing_config ⇒ Types::AwsLambdaFunctionTracingConfig
Returns the value of attribute tracing_config.
-
#version ⇒ ::String
Returns the value of attribute version.
-
#vpc_config ⇒ Types::AwsLambdaFunctionVpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#architectures ⇒ ::Array[::String]
Returns the value of attribute architectures.
3139 3140 3141 |
# File 'sig/types.rbs', line 3139 def architectures @architectures end |
#code ⇒ Types::AwsLambdaFunctionCode
Returns the value of attribute code.
3121 3122 3123 |
# File 'sig/types.rbs', line 3121 def code @code end |
#code_sha_256 ⇒ ::String
Returns the value of attribute code_sha_256.
3122 3123 3124 |
# File 'sig/types.rbs', line 3122 def code_sha_256 @code_sha_256 end |
#dead_letter_config ⇒ Types::AwsLambdaFunctionDeadLetterConfig
Returns the value of attribute dead_letter_config.
3123 3124 3125 |
# File 'sig/types.rbs', line 3123 def dead_letter_config @dead_letter_config end |
#environment ⇒ Types::AwsLambdaFunctionEnvironment
Returns the value of attribute environment.
3124 3125 3126 |
# File 'sig/types.rbs', line 3124 def environment @environment end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
3125 3126 3127 |
# File 'sig/types.rbs', line 3125 def function_name @function_name end |
#handler ⇒ ::String
Returns the value of attribute handler.
3126 3127 3128 |
# File 'sig/types.rbs', line 3126 def handler @handler end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
3127 3128 3129 |
# File 'sig/types.rbs', line 3127 def kms_key_arn @kms_key_arn end |
#last_modified ⇒ ::String
Returns the value of attribute last_modified.
3128 3129 3130 |
# File 'sig/types.rbs', line 3128 def last_modified @last_modified end |
#layers ⇒ ::Array[Types::AwsLambdaFunctionLayer]
Returns the value of attribute layers.
3129 3130 3131 |
# File 'sig/types.rbs', line 3129 def layers @layers end |
#master_arn ⇒ ::String
Returns the value of attribute master_arn.
3130 3131 3132 |
# File 'sig/types.rbs', line 3130 def master_arn @master_arn end |
#memory_size ⇒ ::Integer
Returns the value of attribute memory_size.
3131 3132 3133 |
# File 'sig/types.rbs', line 3131 def memory_size @memory_size end |
#package_type ⇒ ::String
Returns the value of attribute package_type.
3140 3141 3142 |
# File 'sig/types.rbs', line 3140 def package_type @package_type end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
3132 3133 3134 |
# File 'sig/types.rbs', line 3132 def revision_id @revision_id end |
#role ⇒ ::String
Returns the value of attribute role.
3133 3134 3135 |
# File 'sig/types.rbs', line 3133 def role @role end |
#runtime ⇒ ::String
Returns the value of attribute runtime.
3134 3135 3136 |
# File 'sig/types.rbs', line 3134 def runtime @runtime end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
3135 3136 3137 |
# File 'sig/types.rbs', line 3135 def timeout @timeout end |
#tracing_config ⇒ Types::AwsLambdaFunctionTracingConfig
Returns the value of attribute tracing_config.
3136 3137 3138 |
# File 'sig/types.rbs', line 3136 def tracing_config @tracing_config end |
#version ⇒ ::String
Returns the value of attribute version.
3138 3139 3140 |
# File 'sig/types.rbs', line 3138 def version @version end |
#vpc_config ⇒ Types::AwsLambdaFunctionVpcConfig
Returns the value of attribute vpc_config.
3137 3138 3139 |
# File 'sig/types.rbs', line 3137 def vpc_config @vpc_config end |