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



6028
6029
6030
6031
6032
# File 'lib/aws-sdk-lambda/types.rb', line 6028

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