Class: Aws::Lambda::Types::GetCodeSigningConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::GetCodeSigningConfigRequest
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Note:
When making an API call, you may pass GetCodeSigningConfigRequest 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.
2119 2120 2121 2122 2123 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2119 class GetCodeSigningConfigRequest < Struct.new( :code_signing_config_arn) SENSITIVE = [] include Aws::Structure end |