Class: Aws::Types::WorkflowExecutionInfo

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#cancel_requestedBoolean

Returns the value of attribute cancel_requested.



1140
1141
1142
# File 'sig/types.rbs', line 1140

def cancel_requested
  @cancel_requested
end

#close_status"COMPLETED", ...

Returns the value of attribute close_status.



1137
1138
1139
# File 'sig/types.rbs', line 1137

def close_status
  @close_status
end

#close_timestamp::Time

Returns the value of attribute close_timestamp.



1135
1136
1137
# File 'sig/types.rbs', line 1135

def close_timestamp
  @close_timestamp
end

#executionTypes::WorkflowExecution

Returns the value of attribute execution.



1132
1133
1134
# File 'sig/types.rbs', line 1132

def execution
  @execution
end

#execution_status"OPEN", "CLOSED"

Returns the value of attribute execution_status.



1136
1137
1138
# File 'sig/types.rbs', line 1136

def execution_status
  @execution_status
end

#parentTypes::WorkflowExecution

Returns the value of attribute parent.



1138
1139
1140
# File 'sig/types.rbs', line 1138

def parent
  @parent
end

#start_timestamp::Time

Returns the value of attribute start_timestamp.



1134
1135
1136
# File 'sig/types.rbs', line 1134

def start_timestamp
  @start_timestamp
end

#tag_list::Array[::String]

Returns the value of attribute tag_list.



1139
1140
1141
# File 'sig/types.rbs', line 1139

def tag_list
  @tag_list
end

#workflow_typeTypes::WorkflowType

Returns the value of attribute workflow_type.



1133
1134
1135
# File 'sig/types.rbs', line 1133

def workflow_type
  @workflow_type
end