Struct aws_sdk_imagebuilder::operation::list_lifecycle_executions::ListLifecycleExecutionsOutput
source · #[non_exhaustive]pub struct ListLifecycleExecutionsOutput {
pub lifecycle_executions: Option<Vec<LifecycleExecution>>,
pub next_token: Option<String>,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.lifecycle_executions: Option<Vec<LifecycleExecution>>
A list of lifecycle runtime instances for the specified resource.
next_token: Option<String>
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
Implementations§
source§impl ListLifecycleExecutionsOutput
impl ListLifecycleExecutionsOutput
sourcepub fn lifecycle_executions(&self) -> &[LifecycleExecution]
pub fn lifecycle_executions(&self) -> &[LifecycleExecution]
A list of lifecycle runtime instances for the specified resource.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .lifecycle_executions.is_none()
.
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 hasn't included in this request. Use this token with the next request to retrieve additional objects.
source§impl ListLifecycleExecutionsOutput
impl ListLifecycleExecutionsOutput
sourcepub fn builder() -> ListLifecycleExecutionsOutputBuilder
pub fn builder() -> ListLifecycleExecutionsOutputBuilder
Creates a new builder-style object to manufacture ListLifecycleExecutionsOutput
.
Trait Implementations§
source§impl Clone for ListLifecycleExecutionsOutput
impl Clone for ListLifecycleExecutionsOutput
source§fn clone(&self) -> ListLifecycleExecutionsOutput
fn clone(&self) -> ListLifecycleExecutionsOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for ListLifecycleExecutionsOutput
impl PartialEq for ListLifecycleExecutionsOutput
source§fn eq(&self, other: &ListLifecycleExecutionsOutput) -> bool
fn eq(&self, other: &ListLifecycleExecutionsOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListLifecycleExecutionsOutput
impl RequestId for ListLifecycleExecutionsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.