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)


1483
1484
1485
# File 'sig/types.rbs', line 1483

def durable_execution_name
  @durable_execution_name
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


1481
1482
1483
# File 'sig/types.rbs', line 1481

def function_name
  @function_name
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1488
1489
1490
# File 'sig/types.rbs', line 1488

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1489
1490
1491
# File 'sig/types.rbs', line 1489

def max_items
  @max_items
end

#qualifier::String

Returns the value of attribute qualifier.

Returns:

  • (::String)


1482
1483
1484
# File 'sig/types.rbs', line 1482

def qualifier
  @qualifier
end

#reverse_orderBoolean

Returns the value of attribute reverse_order.

Returns:

  • (Boolean)


1487
1488
1489
# File 'sig/types.rbs', line 1487

def reverse_order
  @reverse_order
end

#started_after::Time

Returns the value of attribute started_after.

Returns:

  • (::Time)


1485
1486
1487
# File 'sig/types.rbs', line 1485

def started_after
  @started_after
end

#started_before::Time

Returns the value of attribute started_before.

Returns:

  • (::Time)


1486
1487
1488
# File 'sig/types.rbs', line 1486

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")])


1484
1485
1486
# File 'sig/types.rbs', line 1484

def statuses
  @statuses
end