Class: Aws::Types::ListWorkflowExecutionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListWorkflowExecutionsResponse
- 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.
-
#workflow_executions ⇒ ::Array[Types::WorkflowExecutionMetadata]
Returns the value of attribute workflow_executions.
Instance Attribute Details
#image_build_version_arn ⇒ ::String
Returns the value of attribute image_build_version_arn.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def image_build_version_arn @image_build_version_arn end |
#message ⇒ ::String
Returns the value of attribute message.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def @message end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1714 1715 1716 |
# File 'sig/types.rbs', line 1714 def request_id @request_id end |
#workflow_executions ⇒ ::Array[Types::WorkflowExecutionMetadata]
Returns the value of attribute workflow_executions.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def workflow_executions @workflow_executions end |