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)


2076
2077
2078
2079
2080
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2076

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