Class: Aws::Lambda::Types::Execution

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#durable_execution_arnString

The Amazon Resource Name (ARN) of the durable execution, if this execution is a durable execution.

Returns:

  • (String)


3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
# File 'lib/aws-sdk-lambda/types.rb', line 3232

class Execution < Struct.new(
  :durable_execution_arn,
  :durable_execution_name,
  :function_arn,
  :status,
  :start_timestamp,
  :end_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#durable_execution_nameString

The unique name of the durable execution, if one was provided when the execution was started.

Returns:

  • (String)


3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
# File 'lib/aws-sdk-lambda/types.rb', line 3232

class Execution < Struct.new(
  :durable_execution_arn,
  :durable_execution_name,
  :function_arn,
  :status,
  :start_timestamp,
  :end_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#end_timestampTime

The date and time when the durable execution ended, in [ISO-8601 format] (YYYY-MM-DDThh:mm:ss.sTZD).

[1]: www.w3.org/TR/NOTE-datetime

Returns:

  • (Time)


3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
# File 'lib/aws-sdk-lambda/types.rb', line 3232

class Execution < Struct.new(
  :durable_execution_arn,
  :durable_execution_name,
  :function_arn,
  :status,
  :start_timestamp,
  :end_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#function_arnString

The Amazon Resource Name (ARN) of the Lambda function.

Returns:

  • (String)


3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
# File 'lib/aws-sdk-lambda/types.rb', line 3232

class Execution < Struct.new(
  :durable_execution_arn,
  :durable_execution_name,
  :function_arn,
  :status,
  :start_timestamp,
  :end_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#start_timestampTime

The date and time when the durable execution started, in [ISO-8601 format] (YYYY-MM-DDThh:mm:ss.sTZD).

[1]: www.w3.org/TR/NOTE-datetime

Returns:

  • (Time)


3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
# File 'lib/aws-sdk-lambda/types.rb', line 3232

class Execution < Struct.new(
  :durable_execution_arn,
  :durable_execution_name,
  :function_arn,
  :status,
  :start_timestamp,
  :end_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the durable execution.

Returns:

  • (String)


3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
# File 'lib/aws-sdk-lambda/types.rb', line 3232

class Execution < Struct.new(
  :durable_execution_arn,
  :durable_execution_name,
  :function_arn,
  :status,
  :start_timestamp,
  :end_timestamp)
  SENSITIVE = []
  include Aws::Structure
end