Class: Aws::Types::ListDurableExecutionsByFunctionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#durable_execution_name::String

Returns the value of attribute durable_execution_name.

Returns:

  • (::String)


1466
1467
1468
# File 'sig/types.rbs', line 1466

def durable_execution_name
  @durable_execution_name
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


1464
1465
1466
# File 'sig/types.rbs', line 1464

def function_name
  @function_name
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1471
1472
1473
# File 'sig/types.rbs', line 1471

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1472
1473
1474
# File 'sig/types.rbs', line 1472

def max_items
  @max_items
end

#qualifier::String

Returns the value of attribute qualifier.

Returns:

  • (::String)


1465
1466
1467
# File 'sig/types.rbs', line 1465

def qualifier
  @qualifier
end

#reverse_orderBoolean

Returns the value of attribute reverse_order.

Returns:

  • (Boolean)


1470
1471
1472
# File 'sig/types.rbs', line 1470

def reverse_order
  @reverse_order
end

#started_after::Time

Returns the value of attribute started_after.

Returns:

  • (::Time)


1468
1469
1470
# File 'sig/types.rbs', line 1468

def started_after
  @started_after
end

#started_before::Time

Returns the value of attribute started_before.

Returns:

  • (::Time)


1469
1470
1471
# File 'sig/types.rbs', line 1469

def started_before
  @started_before
end

#statuses::Array[("RUNNING" | "SUCCEEDED" | "FAILED" | "TIMED_OUT" | "STOPPED")]

Returns the value of attribute statuses.

Returns:

  • (::Array[("RUNNING" | "SUCCEEDED" | "FAILED" | "TIMED_OUT" | "STOPPED")])


1467
1468
1469
# File 'sig/types.rbs', line 1467

def statuses
  @statuses
end