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
1149 |
# File 'sig/client.rbs', line 1149
def image_build_version_arn: () -> ::String
|
#message ⇒ ::String
1150 |
# File 'sig/client.rbs', line 1150
def message: () -> ::String
|
#next_token ⇒ ::String
1151 |
# File 'sig/client.rbs', line 1151
def next_token: () -> ::String
|
#request_id ⇒ ::String
1147 |
# File 'sig/client.rbs', line 1147
def request_id: () -> ::String
|
#workflow_executions ⇒ ::Array[Types::WorkflowExecutionMetadata]
1148 |
# File 'sig/client.rbs', line 1148
def workflow_executions: () -> ::Array[Types::WorkflowExecutionMetadata]
|