Module: Aws::Imagebuilder::Client::_ListWorkflowExecutionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListWorkflowExecutionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #image_build_version_arn ⇒ ::String
- #message ⇒ ::String
- #next_token ⇒ ::String
- #request_id ⇒ ::String
- #workflow_executions ⇒ ::Array[Types::WorkflowExecutionMetadata]
Instance Method Details
#image_build_version_arn ⇒ ::String
1141 |
# File 'sig/client.rbs', line 1141
def image_build_version_arn: () -> ::String
|
#message ⇒ ::String
1142 |
# File 'sig/client.rbs', line 1142
def message: () -> ::String
|
#next_token ⇒ ::String
1143 |
# File 'sig/client.rbs', line 1143
def next_token: () -> ::String
|
#request_id ⇒ ::String
1139 |
# File 'sig/client.rbs', line 1139
def request_id: () -> ::String
|
#workflow_executions ⇒ ::Array[Types::WorkflowExecutionMetadata]
1140 |
# File 'sig/client.rbs', line 1140
def workflow_executions: () -> ::Array[Types::WorkflowExecutionMetadata]
|