Class: Aws::Types::LambdaFunctionRecipeSource
- Inherits:
-
Object
- Object
- Aws::Types::LambdaFunctionRecipeSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_dependencies ⇒ ::Hash[::String, Types::ComponentDependencyRequirement]
Returns the value of attribute component_dependencies.
-
#component_lambda_parameters ⇒ Types::LambdaExecutionParameters
Returns the value of attribute component_lambda_parameters.
-
#component_name ⇒ ::String
Returns the value of attribute component_name.
-
#component_platforms ⇒ ::Array[Types::ComponentPlatform]
Returns the value of attribute component_platforms.
-
#component_version ⇒ ::String
Returns the value of attribute component_version.
-
#lambda_arn ⇒ ::String
Returns the value of attribute lambda_arn.
Instance Attribute Details
#component_dependencies ⇒ ::Hash[::String, Types::ComponentDependencyRequirement]
Returns the value of attribute component_dependencies.
503 504 505 |
# File 'sig/types.rbs', line 503 def component_dependencies @component_dependencies end |
#component_lambda_parameters ⇒ Types::LambdaExecutionParameters
Returns the value of attribute component_lambda_parameters.
504 505 506 |
# File 'sig/types.rbs', line 504 def component_lambda_parameters @component_lambda_parameters end |
#component_name ⇒ ::String
Returns the value of attribute component_name.
500 501 502 |
# File 'sig/types.rbs', line 500 def component_name @component_name end |
#component_platforms ⇒ ::Array[Types::ComponentPlatform]
Returns the value of attribute component_platforms.
502 503 504 |
# File 'sig/types.rbs', line 502 def component_platforms @component_platforms end |
#component_version ⇒ ::String
Returns the value of attribute component_version.
501 502 503 |
# File 'sig/types.rbs', line 501 def component_version @component_version end |
#lambda_arn ⇒ ::String
Returns the value of attribute lambda_arn.
499 500 501 |
# File 'sig/types.rbs', line 499 def lambda_arn @lambda_arn end |