Class: Aws::Lambda::Types::DeleteCodeSigningConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::DeleteCodeSigningConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_signing_config_arn ⇒ String
The The Amazon Resource Name (ARN) of the code signing configuration.
Instance Attribute Details
#code_signing_config_arn ⇒ String
The The Amazon Resource Name (ARN) of the code signing configuration.
1369 1370 1371 1372 1373 |
# File 'lib/aws-sdk-lambda/types.rb', line 1369 class DeleteCodeSigningConfigRequest < Struct.new( :code_signing_config_arn) SENSITIVE = [] include Aws::Structure end |