Class: Aws::Types::ChildWorkflowExecutionCanceledEventAttributes

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#details::String

Returns the value of attribute details.



147
148
149
# File 'sig/types.rbs', line 147

def details
  @details
end

#initiated_event_id::Integer

Returns the value of attribute initiated_event_id.



148
149
150
# File 'sig/types.rbs', line 148

def initiated_event_id
  @initiated_event_id
end

#started_event_id::Integer

Returns the value of attribute started_event_id.



149
150
151
# File 'sig/types.rbs', line 149

def started_event_id
  @started_event_id
end

#workflow_executionTypes::WorkflowExecution

Returns the value of attribute workflow_execution.



145
146
147
# File 'sig/types.rbs', line 145

def workflow_execution
  @workflow_execution
end

#workflow_typeTypes::WorkflowType

Returns the value of attribute workflow_type.



146
147
148
# File 'sig/types.rbs', line 146

def workflow_type
  @workflow_type
end