Class: Aws::Lambda::Types::GetCodeSigningConfigResponse

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



2591
2592
2593
2594
2595
# File 'lib/aws-sdk-lambda/types.rb', line 2591

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