Class: Aws::Types::CountClosedWorkflowExecutionsInput
- Inherits:
-
Object
- Object
- Aws::Types::CountClosedWorkflowExecutionsInput
- 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.
-
#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.
238 239 240 |
# File 'sig/types.rbs', line 238 def close_status_filter @close_status_filter end |
#close_time_filter ⇒ Types::ExecutionTimeFilter
Returns the value of attribute close_time_filter.
234 235 236 |
# File 'sig/types.rbs', line 234 def close_time_filter @close_time_filter end |
#domain ⇒ ::String
Returns the value of attribute domain.
232 233 234 |
# File 'sig/types.rbs', line 232 def domain @domain end |
#execution_filter ⇒ Types::WorkflowExecutionFilter
Returns the value of attribute execution_filter.
235 236 237 |
# File 'sig/types.rbs', line 235 def execution_filter @execution_filter end |
#start_time_filter ⇒ Types::ExecutionTimeFilter
Returns the value of attribute start_time_filter.
233 234 235 |
# File 'sig/types.rbs', line 233 def start_time_filter @start_time_filter end |
#tag_filter ⇒ Types::TagFilter
Returns the value of attribute tag_filter.
237 238 239 |
# File 'sig/types.rbs', line 237 def tag_filter @tag_filter end |
#type_filter ⇒ Types::WorkflowTypeFilter
Returns the value of attribute type_filter.
236 237 238 |
# File 'sig/types.rbs', line 236 def type_filter @type_filter end |