Class: Aws::Types::ChildWorkflowExecutionFailedEventAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#details::String

Returns the value of attribute details.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def details
  @details
end

#initiated_event_id::Integer

Returns the value of attribute initiated_event_id.

Returns:

  • (::Integer)


167
168
169
# File 'sig/types.rbs', line 167

def initiated_event_id
  @initiated_event_id
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def reason
  @reason
end

#started_event_id::Integer

Returns the value of attribute started_event_id.

Returns:

  • (::Integer)


168
169
170
# File 'sig/types.rbs', line 168

def started_event_id
  @started_event_id
end

#workflow_executionTypes::WorkflowExecution

Returns the value of attribute workflow_execution.



163
164
165
# File 'sig/types.rbs', line 163

def workflow_execution
  @workflow_execution
end

#workflow_typeTypes::WorkflowType

Returns the value of attribute workflow_type.

Returns:



164
165
166
# File 'sig/types.rbs', line 164

def workflow_type
  @workflow_type
end