Class: Aws::Types::LambdaFunctionSucceededEventDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:output])

Instance Attribute Summary collapse

Instance Attribute Details

#output::String

Returns the value of attribute output.

Returns:

  • (::String)


608
609
610
# File 'sig/types.rbs', line 608

def output
  @output
end

#output_detailsTypes::HistoryEventExecutionDataDetails

Returns the value of attribute output_details.



609
610
611
# File 'sig/types.rbs', line 609

def output_details
  @output_details
end