Class: Aws::Types::GetWorkflowRunResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkflowRunResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#override_parameters ⇒ ::Hash[::String, untyped]
Returns the value of attribute override_parameters.
-
#run_detail ⇒ Types::WorkflowRunDetail
Returns the value of attribute run_detail.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#run_type ⇒ "ON_DEMAND", "SCHEDULED"
Returns the value of attribute run_type.
-
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
-
#workflow_version ⇒ ::String
Returns the value of attribute workflow_version.
Instance Attribute Details
#override_parameters ⇒ ::Hash[::String, untyped]
Returns the value of attribute override_parameters.
151 152 153 |
# File 'sig/types.rbs', line 151 def override_parameters @override_parameters end |
#run_detail ⇒ Types::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.
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.
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.
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.
148 149 150 |
# File 'sig/types.rbs', line 148 def workflow_version @workflow_version end |