Class: Aws::Lambda::Types::GetRuntimeManagementConfigResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#function_arnString

The Amazon Resource Name (ARN) of your function.

Returns:

  • (String)


3240
3241
3242
3243
3244
3245
3246
# File 'lib/aws-sdk-lambda/types.rb', line 3240

class GetRuntimeManagementConfigResponse < Struct.new(
  :update_runtime_on,
  :runtime_version_arn,
  :function_arn)
  SENSITIVE = []
  include Aws::Structure
end

#runtime_version_arnString

The ARN of the runtime the function is configured to use. If the runtime update mode is Manual, the ARN is returned, otherwise ‘null` is returned.

Returns:

  • (String)


3240
3241
3242
3243
3244
3245
3246
# File 'lib/aws-sdk-lambda/types.rb', line 3240

class GetRuntimeManagementConfigResponse < Struct.new(
  :update_runtime_on,
  :runtime_version_arn,
  :function_arn)
  SENSITIVE = []
  include Aws::Structure
end

#update_runtime_onString

The current runtime update mode of the function.

Returns:

  • (String)


3240
3241
3242
3243
3244
3245
3246
# File 'lib/aws-sdk-lambda/types.rb', line 3240

class GetRuntimeManagementConfigResponse < Struct.new(
  :update_runtime_on,
  :runtime_version_arn,
  :function_arn)
  SENSITIVE = []
  include Aws::Structure
end