Struct aws_sdk_imagebuilder::operation::list_lifecycle_execution_resources::ListLifecycleExecutionResourcesOutput
source · #[non_exhaustive]pub struct ListLifecycleExecutionResourcesOutput {
pub lifecycle_execution_id: Option<String>,
pub lifecycle_execution_state: Option<LifecycleExecutionState>,
pub resources: Option<Vec<LifecycleExecutionResource>>,
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_execution_id: Option<String>
Runtime details for the specified runtime instance of the lifecycle policy.
lifecycle_execution_state: Option<LifecycleExecutionState>
The current state of the lifecycle runtime instance.
resources: Option<Vec<LifecycleExecutionResource>>
A list of resources that were identified for lifecycle actions.
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 ListLifecycleExecutionResourcesOutput
impl ListLifecycleExecutionResourcesOutput
sourcepub fn lifecycle_execution_id(&self) -> Option<&str>
pub fn lifecycle_execution_id(&self) -> Option<&str>
Runtime details for the specified runtime instance of the lifecycle policy.
sourcepub fn lifecycle_execution_state(&self) -> Option<&LifecycleExecutionState>
pub fn lifecycle_execution_state(&self) -> Option<&LifecycleExecutionState>
The current state of the lifecycle runtime instance.
sourcepub fn resources(&self) -> &[LifecycleExecutionResource]
pub fn resources(&self) -> &[LifecycleExecutionResource]
A list of resources that were identified for lifecycle actions.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .resources.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 ListLifecycleExecutionResourcesOutput
impl ListLifecycleExecutionResourcesOutput
sourcepub fn builder() -> ListLifecycleExecutionResourcesOutputBuilder
pub fn builder() -> ListLifecycleExecutionResourcesOutputBuilder
Creates a new builder-style object to manufacture ListLifecycleExecutionResourcesOutput
.
Trait Implementations§
source§impl Clone for ListLifecycleExecutionResourcesOutput
impl Clone for ListLifecycleExecutionResourcesOutput
source§fn clone(&self) -> ListLifecycleExecutionResourcesOutput
fn clone(&self) -> ListLifecycleExecutionResourcesOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for ListLifecycleExecutionResourcesOutput
impl PartialEq for ListLifecycleExecutionResourcesOutput
source§fn eq(&self, other: &ListLifecycleExecutionResourcesOutput) -> bool
fn eq(&self, other: &ListLifecycleExecutionResourcesOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListLifecycleExecutionResourcesOutput
impl RequestId for ListLifecycleExecutionResourcesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.