Class: Aws::Types::ListClosedWorkflowExecutionsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#close_status_filterTypes::CloseStatusFilter

Returns the value of attribute close_status_filter.

Returns:



577
578
579
# File 'sig/types.rbs', line 577

def close_status_filter
  @close_status_filter
end

#close_time_filterTypes::ExecutionTimeFilter

Returns the value of attribute close_time_filter.

Returns:



575
576
577
# File 'sig/types.rbs', line 575

def close_time_filter
  @close_time_filter
end

#domain::String

Returns the value of attribute domain.

Returns:



573
574
575
# File 'sig/types.rbs', line 573

def domain
  @domain
end

#execution_filterTypes::WorkflowExecutionFilter

Returns the value of attribute execution_filter.

Returns:



576
577
578
# File 'sig/types.rbs', line 576

def execution_filter
  @execution_filter
end

#maximum_page_size::Integer

Returns the value of attribute maximum_page_size.

Returns:



581
582
583
# File 'sig/types.rbs', line 581

def maximum_page_size
  @maximum_page_size
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:



580
581
582
# File 'sig/types.rbs', line 580

def next_page_token
  @next_page_token
end

#reverse_orderBoolean

Returns the value of attribute reverse_order.

Returns:



582
583
584
# File 'sig/types.rbs', line 582

def reverse_order
  @reverse_order
end

#start_time_filterTypes::ExecutionTimeFilter

Returns the value of attribute start_time_filter.

Returns:



574
575
576
# File 'sig/types.rbs', line 574

def start_time_filter
  @start_time_filter
end

#tag_filterTypes::TagFilter

Returns the value of attribute tag_filter.

Returns:



579
580
581
# File 'sig/types.rbs', line 579

def tag_filter
  @tag_filter
end

#type_filterTypes::WorkflowTypeFilter

Returns the value of attribute type_filter.

Returns:



578
579
580
# File 'sig/types.rbs', line 578

def type_filter
  @type_filter
end