Class: Aws::Lambda::Types::ListDurableExecutionsByFunctionRequest

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_nameString

Filter executions by name. Only executions with names that contain this string are returned.

Returns:

  • (String)


6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
# File 'lib/aws-sdk-lambda/types.rb', line 6236

class ListDurableExecutionsByFunctionRequest < Struct.new(
  :function_name,
  :qualifier,
  :durable_execution_name,
  :statuses,
  :started_after,
  :started_before,
  :reverse_order,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#function_nameString

The name or ARN of the Lambda function. You can specify a function name, a partial ARN, or a full ARN.

Returns:

  • (String)


6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
# File 'lib/aws-sdk-lambda/types.rb', line 6236

class ListDurableExecutionsByFunctionRequest < Struct.new(
  :function_name,
  :qualifier,
  :durable_execution_name,
  :statuses,
  :started_after,
  :started_before,
  :reverse_order,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

Pagination token from a previous request to continue retrieving results.

Returns:

  • (String)


6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
# File 'lib/aws-sdk-lambda/types.rb', line 6236

class ListDurableExecutionsByFunctionRequest < Struct.new(
  :function_name,
  :qualifier,
  :durable_execution_name,
  :statuses,
  :started_after,
  :started_before,
  :reverse_order,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#max_itemsInteger

Maximum number of executions to return (1-1000). Default is 100.

Returns:

  • (Integer)


6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
# File 'lib/aws-sdk-lambda/types.rb', line 6236

class ListDurableExecutionsByFunctionRequest < Struct.new(
  :function_name,
  :qualifier,
  :durable_execution_name,
  :statuses,
  :started_after,
  :started_before,
  :reverse_order,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#qualifierString

The function version or alias. If not specified, lists executions for the $LATEST version.

Returns:

  • (String)


6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
# File 'lib/aws-sdk-lambda/types.rb', line 6236

class ListDurableExecutionsByFunctionRequest < Struct.new(
  :function_name,
  :qualifier,
  :durable_execution_name,
  :statuses,
  :started_after,
  :started_before,
  :reverse_order,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#reverse_orderBoolean

Set to true to return results in reverse chronological order (newest first). Default is false.

Returns:

  • (Boolean)


6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
# File 'lib/aws-sdk-lambda/types.rb', line 6236

class ListDurableExecutionsByFunctionRequest < Struct.new(
  :function_name,
  :qualifier,
  :durable_execution_name,
  :statuses,
  :started_after,
  :started_before,
  :reverse_order,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#started_afterTime

Filter executions that started after this timestamp (ISO 8601 format).

Returns:

  • (Time)


6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
# File 'lib/aws-sdk-lambda/types.rb', line 6236

class ListDurableExecutionsByFunctionRequest < Struct.new(
  :function_name,
  :qualifier,
  :durable_execution_name,
  :statuses,
  :started_after,
  :started_before,
  :reverse_order,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#started_beforeTime

Filter executions that started before this timestamp (ISO 8601 format).

Returns:

  • (Time)


6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
# File 'lib/aws-sdk-lambda/types.rb', line 6236

class ListDurableExecutionsByFunctionRequest < Struct.new(
  :function_name,
  :qualifier,
  :durable_execution_name,
  :statuses,
  :started_after,
  :started_before,
  :reverse_order,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#statusesArray<String>

Filter executions by status. Valid values: RUNNING, SUCCEEDED, FAILED, TIMED_OUT, STOPPED.

Returns:

  • (Array<String>)


6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
# File 'lib/aws-sdk-lambda/types.rb', line 6236

class ListDurableExecutionsByFunctionRequest < Struct.new(
  :function_name,
  :qualifier,
  :durable_execution_name,
  :statuses,
  :started_after,
  :started_before,
  :reverse_order,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end