Class: Aws::Types::LambdaStepMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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.

Returns:



7022
7023
7024
# File 'sig/types.rbs', line 7022

def output_parameters
  @output_parameters
end