Class: Aws::Lambda::Types::DeleteCodeSigningConfigRequest

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_config_arnString

The The Amazon Resource Name (ARN) of the code signing configuration.

Returns:

  • (String)


2087
2088
2089
2090
2091
# File 'lib/aws-sdk-lambda/types.rb', line 2087

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