Class: Aws::Types::AwsLambdaFunctionDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#architectures::Array[("X86_64" | "ARM64")]

Returns the value of attribute architectures.

Returns:

  • (::Array[("X86_64" | "ARM64")])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Array[::String])


289
290
291
# File 'sig/types.rbs', line 289

def layers
  @layers
end

#package_type"IMAGE", "ZIP"

Returns the value of attribute package_type.

Returns:

  • ("IMAGE", "ZIP")


291
292
293
# File 'sig/types.rbs', line 291

def package_type
  @package_type
end

#runtime"NODEJS", ...

Returns the value of attribute runtime.

Returns:

  • ("NODEJS", "NODEJS_12_X", "NODEJS_14_X", "NODEJS_16_X", "JAVA_8", "JAVA_8_AL2", "JAVA_11", "PYTHON_3_7", "PYTHON_3_8", "PYTHON_3_9", "UNSUPPORTED", "NODEJS_18_X", "GO_1_X", "JAVA_17", "PYTHON_3_10", "PYTHON_3_11", "DOTNETCORE_3_1", "DOTNET_6", "DOTNET_7", "RUBY_2_7", "RUBY_3_2", "DOTNET_10", "NODEJS_24_X", "NODEJS_22_X", "JAVA_21", "JAVA_25")


285
286
287
# File 'sig/types.rbs', line 285

def runtime
  @runtime
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def version
  @version
end

#vpc_configTypes::LambdaVpcConfig

Returns the value of attribute vpc_config.



290
291
292
# File 'sig/types.rbs', line 290

def vpc_config
  @vpc_config
end