Class: Aws::Types::CustomSMSLambdaVersionConfigType
- Inherits:
-
Object
- Object
- Aws::Types::CustomSMSLambdaVersionConfigType
- 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.
785 786 787 |
# File 'sig/types.rbs', line 785 def lambda_arn @lambda_arn end |
#lambda_version ⇒ "V1_0"
Returns the value of attribute lambda_version.
784 785 786 |
# File 'sig/types.rbs', line 784 def lambda_version @lambda_version end |