Class: Aws::Lambda::Types::PutRuntimeManagementConfigResponse

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 ARN of the function

Returns:

  • (String)


5320
5321
5322
5323
5324
5325
5326
# File 'lib/aws-sdk-lambda/types.rb', line 5320

class PutRuntimeManagementConfigResponse < Struct.new(
  :update_runtime_on,
  :function_arn,
  :runtime_version_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)


5320
5321
5322
5323
5324
5325
5326
# File 'lib/aws-sdk-lambda/types.rb', line 5320

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

#update_runtime_onString

The runtime update mode.

Returns:

  • (String)


5320
5321
5322
5323
5324
5325
5326
# File 'lib/aws-sdk-lambda/types.rb', line 5320

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