Class: Aws::Types::CustomEmailLambdaVersionConfigType
- Inherits:
-
Object
- Object
- Aws::Types::CustomEmailLambdaVersionConfigType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lambda_arn ⇒ ::String
Returns the value of attribute lambda_arn.
-
#lambda_version ⇒ "V1_0"
Returns the value of attribute lambda_version.
Instance Attribute Details
#lambda_arn ⇒ ::String
Returns the value of attribute lambda_arn.
779 780 781 |
# File 'sig/types.rbs', line 779 def lambda_arn @lambda_arn end |
#lambda_version ⇒ "V1_0"
Returns the value of attribute lambda_version.
778 779 780 |
# File 'sig/types.rbs', line 778 def lambda_version @lambda_version end |