Class: Aws::Lambda::Types::DeleteCodeSigningConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::DeleteCodeSigningConfigRequest
- Defined in:
- gems/aws-sdk-lambda/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.
1379 1380 1381 1382 1383 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1379 class DeleteCodeSigningConfigRequest < Struct.new( :code_signing_config_arn) SENSITIVE = [] include Aws::Structure end |