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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/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)


1306
1307
1308
1309
1310
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1306

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