Struct aws_sdk_imagebuilder::operation::list_workflow_executions::ListWorkflowExecutionsOutput
source · #[non_exhaustive]pub struct ListWorkflowExecutionsOutput { /* private fields */ }
Implementations§
source§impl ListWorkflowExecutionsOutput
impl ListWorkflowExecutionsOutput
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The request ID that uniquely identifies this request.
sourcepub fn workflow_executions(&self) -> Option<&[WorkflowExecutionMetadata]>
pub fn workflow_executions(&self) -> Option<&[WorkflowExecutionMetadata]>
Contains an array of runtime details that represents each time a workflow ran for the requested image build version.
sourcepub fn image_build_version_arn(&self) -> Option<&str>
pub fn image_build_version_arn(&self) -> Option<&str>
The resource ARN of the image build version for which you requested a list of workflow runtime details.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service has'ot included in this request. Use this token with the next request to retrieve additional objects.
source§impl ListWorkflowExecutionsOutput
impl ListWorkflowExecutionsOutput
sourcepub fn builder() -> ListWorkflowExecutionsOutputBuilder
pub fn builder() -> ListWorkflowExecutionsOutputBuilder
Creates a new builder-style object to manufacture ListWorkflowExecutionsOutput
.
Trait Implementations§
source§impl Clone for ListWorkflowExecutionsOutput
impl Clone for ListWorkflowExecutionsOutput
source§fn clone(&self) -> ListWorkflowExecutionsOutput
fn clone(&self) -> ListWorkflowExecutionsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ListWorkflowExecutionsOutput
impl Debug for ListWorkflowExecutionsOutput
source§impl PartialEq<ListWorkflowExecutionsOutput> for ListWorkflowExecutionsOutput
impl PartialEq<ListWorkflowExecutionsOutput> for ListWorkflowExecutionsOutput
source§fn eq(&self, other: &ListWorkflowExecutionsOutput) -> bool
fn eq(&self, other: &ListWorkflowExecutionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListWorkflowExecutionsOutput
impl RequestId for ListWorkflowExecutionsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for ListWorkflowExecutionsOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListWorkflowExecutionsOutput
impl Send for ListWorkflowExecutionsOutput
impl Sync for ListWorkflowExecutionsOutput
impl Unpin for ListWorkflowExecutionsOutput
impl UnwindSafe for ListWorkflowExecutionsOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more