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.
7036 7037 7038 |
# File 'sig/types.rbs', line 7036 def arn @arn end |
#output_parameters ⇒ ::Array[Types::OutputParameter]
Returns the value of attribute output_parameters.
7037 7038 7039 |
# File 'sig/types.rbs', line 7037 def output_parameters @output_parameters end |