Class: Aws::Types::ListClosedWorkflowExecutionsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListClosedWorkflowExecutionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#close_status_filter ⇒ Types::CloseStatusFilter
Returns the value of attribute close_status_filter.
-
#close_time_filter ⇒ Types::ExecutionTimeFilter
Returns the value of attribute close_time_filter.
-
#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
#close_status_filter ⇒ Types::CloseStatusFilter
Returns the value of attribute close_status_filter.
577 578 579 |
# File 'sig/types.rbs', line 577 def close_status_filter @close_status_filter end |
#close_time_filter ⇒ Types::ExecutionTimeFilter
Returns the value of attribute close_time_filter.
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.
573 574 575 |
# File 'sig/types.rbs', line 573 def domain @domain end |
#execution_filter ⇒ Types::WorkflowExecutionFilter
Returns the value of attribute execution_filter.
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.
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.
580 581 582 |
# File 'sig/types.rbs', line 580 def next_page_token @next_page_token end |
#reverse_order ⇒ Boolean
Returns the value of attribute reverse_order.
582 583 584 |
# File 'sig/types.rbs', line 582 def reverse_order @reverse_order end |
#start_time_filter ⇒ Types::ExecutionTimeFilter
Returns the value of attribute start_time_filter.
574 575 576 |
# File 'sig/types.rbs', line 574 def start_time_filter @start_time_filter end |
#tag_filter ⇒ Types::TagFilter
Returns the value of attribute tag_filter.
579 580 581 |
# File 'sig/types.rbs', line 579 def tag_filter @tag_filter end |
#type_filter ⇒ Types::WorkflowTypeFilter
Returns the value of attribute type_filter.
578 579 580 |
# File 'sig/types.rbs', line 578 def type_filter @type_filter end |