Class: Aws::Types::LambdaFunctionCompletedEventAttributes

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#result::String

Returns the value of attribute result.



523
524
525
# File 'sig/types.rbs', line 523

def result
  @result
end

#scheduled_event_id::Integer

Returns the value of attribute scheduled_event_id.



521
522
523
# File 'sig/types.rbs', line 521

def scheduled_event_id
  @scheduled_event_id
end

#started_event_id::Integer

Returns the value of attribute started_event_id.



522
523
524
# File 'sig/types.rbs', line 522

def started_event_id
  @started_event_id
end