Class: Aws::Types::CountClosedWorkflowExecutionsInput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute tag_filter.



237
238
239
# File 'sig/types.rbs', line 237

def tag_filter
  @tag_filter
end

#type_filterTypes::WorkflowTypeFilter

Returns the value of attribute type_filter.



236
237
238
# File 'sig/types.rbs', line 236

def type_filter
  @type_filter
end