Class: Aws::Types::InvocationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:payload])

Instance Attribute Summary collapse

Instance Attribute Details

#durable_execution_arn::String

Returns the value of attribute durable_execution_arn.

Returns:

  • (::String)


1298
1299
1300
# File 'sig/types.rbs', line 1298

def durable_execution_arn
  @durable_execution_arn
end

#executed_version::String

Returns the value of attribute executed_version.

Returns:

  • (::String)


1297
1298
1299
# File 'sig/types.rbs', line 1297

def executed_version
  @executed_version
end

#function_error::String

Returns the value of attribute function_error.

Returns:

  • (::String)


1294
1295
1296
# File 'sig/types.rbs', line 1294

def function_error
  @function_error
end

#log_result::String

Returns the value of attribute log_result.

Returns:

  • (::String)


1295
1296
1297
# File 'sig/types.rbs', line 1295

def log_result
  @log_result
end

#payload::String

Returns the value of attribute payload.

Returns:

  • (::String)


1296
1297
1298
# File 'sig/types.rbs', line 1296

def payload
  @payload
end

#status_code::Integer

Returns the value of attribute status_code.

Returns:

  • (::Integer)


1293
1294
1295
# File 'sig/types.rbs', line 1293

def status_code
  @status_code
end