Class: Aws::Types::GetWorkflowRunResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:override_parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#override_parameters::Hash[::String, untyped]

Returns the value of attribute override_parameters.

Returns:

  • (::Hash[::String, untyped])


151
152
153
# File 'sig/types.rbs', line 151

def override_parameters
  @override_parameters
end

#run_detailTypes::WorkflowRunDetail

Returns the value of attribute run_detail.



152
153
154
# File 'sig/types.rbs', line 152

def run_detail
  @run_detail
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


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

def run_id
  @run_id
end

#run_type"ON_DEMAND", "SCHEDULED"

Returns the value of attribute run_type.

Returns:

  • ("ON_DEMAND", "SCHEDULED")


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

def run_type
  @run_type
end

#workflow_arn::String

Returns the value of attribute workflow_arn.

Returns:

  • (::String)


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

def workflow_arn
  @workflow_arn
end

#workflow_version::String

Returns the value of attribute workflow_version.

Returns:

  • (::String)


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

def workflow_version
  @workflow_version
end