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
Note:
When making an API call, you may pass DeleteCodeSigningConfigRequest data as a hash:
{
code_signing_config_arn: "CodeSigningConfigArn", # required
}
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.
1092 1093 1094 1095 1096 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1092 class DeleteCodeSigningConfigRequest < Struct.new( :code_signing_config_arn) SENSITIVE = [] include Aws::Structure end |