Class: Aws::Types::ListWorkflowStepExecutionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListWorkflowStepExecutionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_build_version_arn ⇒ ::String
Returns the value of attribute image_build_version_arn.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#steps ⇒ ::Array[Types::WorkflowStepMetadata]
Returns the value of attribute steps.
-
#workflow_build_version_arn ⇒ ::String
Returns the value of attribute workflow_build_version_arn.
-
#workflow_execution_id ⇒ ::String
Returns the value of attribute workflow_execution_id.
Instance Attribute Details
#image_build_version_arn ⇒ ::String
Returns the value of attribute image_build_version_arn.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def image_build_version_arn @image_build_version_arn end |
#message ⇒ ::String
Returns the value of attribute message.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def @message end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1736 1737 1738 |
# File 'sig/types.rbs', line 1736 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1730 1731 1732 |
# File 'sig/types.rbs', line 1730 def request_id @request_id end |
#steps ⇒ ::Array[Types::WorkflowStepMetadata]
Returns the value of attribute steps.
1731 1732 1733 |
# File 'sig/types.rbs', line 1731 def steps @steps end |
#workflow_build_version_arn ⇒ ::String
Returns the value of attribute workflow_build_version_arn.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def workflow_build_version_arn @workflow_build_version_arn end |
#workflow_execution_id ⇒ ::String
Returns the value of attribute workflow_execution_id.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def workflow_execution_id @workflow_execution_id end |