Class: Aws::Types::CountOpenWorkflowExecutionsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


243
244
245
# File 'sig/types.rbs', line 243

def domain
  @domain
end

#execution_filterTypes::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_filterTypes::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_filterTypes::TagFilter

Returns the value of attribute tag_filter.

Returns:



246
247
248
# File 'sig/types.rbs', line 246

def tag_filter
  @tag_filter
end

#type_filterTypes::WorkflowTypeFilter

Returns the value of attribute type_filter.



245
246
247
# File 'sig/types.rbs', line 245

def type_filter
  @type_filter
end