Class: Aws::Types::WorkflowExecutionDetail

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#execution_configurationTypes::WorkflowExecutionConfiguration

Returns the value of attribute execution_configuration.



1112
1113
1114
# File 'sig/types.rbs', line 1112

def execution_configuration
  @execution_configuration
end

#execution_infoTypes::WorkflowExecutionInfo

Returns the value of attribute execution_info.



1111
1112
1113
# File 'sig/types.rbs', line 1111

def execution_info
  @execution_info
end

#latest_activity_task_timestamp::Time

Returns the value of attribute latest_activity_task_timestamp.



1114
1115
1116
# File 'sig/types.rbs', line 1114

def latest_activity_task_timestamp
  @latest_activity_task_timestamp
end

#latest_execution_context::String

Returns the value of attribute latest_execution_context.



1115
1116
1117
# File 'sig/types.rbs', line 1115

def latest_execution_context
  @latest_execution_context
end

#open_countsTypes::WorkflowExecutionOpenCounts

Returns the value of attribute open_counts.



1113
1114
1115
# File 'sig/types.rbs', line 1113

def open_counts
  @open_counts
end