Class: Aws::Types::CountOpenWorkflowExecutionsInput
- Inherits:
-
Object
- Object
- Aws::Types::CountOpenWorkflowExecutionsInput
- 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.
-
#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.
243 244 245 |
# File 'sig/types.rbs', line 243 def domain @domain end |
#execution_filter ⇒ Types::WorkflowExecutionFilter
Returns the value of attribute execution_filter.
247 248 249 |
# File 'sig/types.rbs', line 247 def execution_filter @execution_filter end |
#start_time_filter ⇒ Types::ExecutionTimeFilter
Returns the value of attribute start_time_filter.
244 245 246 |
# File 'sig/types.rbs', line 244 def start_time_filter @start_time_filter end |
#tag_filter ⇒ Types::TagFilter
Returns the value of attribute tag_filter.
246 247 248 |
# File 'sig/types.rbs', line 246 def tag_filter @tag_filter end |
#type_filter ⇒ Types::WorkflowTypeFilter
Returns the value of attribute type_filter.
245 246 247 |
# File 'sig/types.rbs', line 245 def type_filter @type_filter end |