Class: Aws::Types::LambdaStepMetadata
- Inherits:
-
Object
- Object
- Aws::Types::LambdaStepMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#output_parameters ⇒ ::Array[Types::OutputParameter]
Returns the value of attribute output_parameters.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
7021 7022 7023 |
# File 'sig/types.rbs', line 7021 def arn @arn end |
#output_parameters ⇒ ::Array[Types::OutputParameter]
Returns the value of attribute output_parameters.
7022 7023 7024 |
# File 'sig/types.rbs', line 7022 def output_parameters @output_parameters end |