Class: Aws::Types::ListOpenWorkflowExecutionsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListOpenWorkflowExecutionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#execution_filter ⇒ Types::WorkflowExecutionFilter
Returns the value of attribute execution_filter.
-
#maximum_page_size ⇒ ::Integer
Returns the value of attribute maximum_page_size.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#reverse_order ⇒ Boolean
Returns the value of attribute reverse_order.
-
#start_time_filter ⇒ Types::ExecutionTimeFilter
Returns the value of attribute start_time_filter.
-
#tag_filter ⇒ Types::TagFilter
Returns the value of attribute tag_filter.
-
#type_filter ⇒ Types::WorkflowTypeFilter
Returns the value of attribute type_filter.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
595 596 597 |
# File 'sig/types.rbs', line 595 def domain @domain end |
#execution_filter ⇒ Types::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.
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.
599 600 601 |
# File 'sig/types.rbs', line 599 def next_page_token @next_page_token end |
#reverse_order ⇒ Boolean
Returns the value of attribute reverse_order.
601 602 603 |
# File 'sig/types.rbs', line 601 def reverse_order @reverse_order end |
#start_time_filter ⇒ Types::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_filter ⇒ Types::TagFilter
Returns the value of attribute tag_filter.
598 599 600 |
# File 'sig/types.rbs', line 598 def tag_filter @tag_filter end |
#type_filter ⇒ Types::WorkflowTypeFilter
Returns the value of attribute type_filter.
597 598 599 |
# File 'sig/types.rbs', line 597 def type_filter @type_filter end |