Class: Aws::Types::ListOpenWorkflowExecutionsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def domain
  @domain
end

#execution_filterTypes::WorkflowExecutionFilter

Returns the value of attribute execution_filter.



602
603
604
# File 'sig/types.rbs', line 602

def execution_filter
  @execution_filter
end

#maximum_page_size::Integer

Returns the value of attribute maximum_page_size.

Returns:

  • (::Integer)


600
601
602
# File 'sig/types.rbs', line 600

def maximum_page_size
  @maximum_page_size
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


599
600
601
# File 'sig/types.rbs', line 599

def next_page_token
  @next_page_token
end

#reverse_orderBoolean

Returns the value of attribute reverse_order.

Returns:

  • (Boolean)


601
602
603
# File 'sig/types.rbs', line 601

def reverse_order
  @reverse_order
end

#start_time_filterTypes::ExecutionTimeFilter

Returns the value of attribute start_time_filter.



596
597
598
# File 'sig/types.rbs', line 596

def start_time_filter
  @start_time_filter
end

#tag_filterTypes::TagFilter

Returns the value of attribute tag_filter.

Returns:



598
599
600
# File 'sig/types.rbs', line 598

def tag_filter
  @tag_filter
end

#type_filterTypes::WorkflowTypeFilter

Returns the value of attribute type_filter.



597
598
599
# File 'sig/types.rbs', line 597

def type_filter
  @type_filter
end