Class: Aws::Lambda::Types::UpdateCodeSigningConfigResponse

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

#code_signing_configTypes::CodeSigningConfig

The code signing configuration



5087
5088
5089
5090
5091
# File 'lib/aws-sdk-lambda/types.rb', line 5087

class UpdateCodeSigningConfigResponse < Struct.new(
  :code_signing_config)
  SENSITIVE = []
  include Aws::Structure
end