#[non_exhaustive]pub struct LifecycleExecutionResourcesImpactedSummary {
pub has_impacted_resources: bool,
}
Expand description
Contains details for an image resource that was identified for a lifecycle action.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.has_impacted_resources: bool
Indicates whether an image resource that was identified for a lifecycle action has associated resources that are also impacted.
Implementations§
source§impl LifecycleExecutionResourcesImpactedSummary
impl LifecycleExecutionResourcesImpactedSummary
sourcepub fn has_impacted_resources(&self) -> bool
pub fn has_impacted_resources(&self) -> bool
Indicates whether an image resource that was identified for a lifecycle action has associated resources that are also impacted.
source§impl LifecycleExecutionResourcesImpactedSummary
impl LifecycleExecutionResourcesImpactedSummary
sourcepub fn builder() -> LifecycleExecutionResourcesImpactedSummaryBuilder
pub fn builder() -> LifecycleExecutionResourcesImpactedSummaryBuilder
Creates a new builder-style object to manufacture LifecycleExecutionResourcesImpactedSummary
.
Trait Implementations§
source§impl Clone for LifecycleExecutionResourcesImpactedSummary
impl Clone for LifecycleExecutionResourcesImpactedSummary
source§fn clone(&self) -> LifecycleExecutionResourcesImpactedSummary
fn clone(&self) -> LifecycleExecutionResourcesImpactedSummary
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 PartialEq for LifecycleExecutionResourcesImpactedSummary
impl PartialEq for LifecycleExecutionResourcesImpactedSummary
source§fn eq(&self, other: &LifecycleExecutionResourcesImpactedSummary) -> bool
fn eq(&self, other: &LifecycleExecutionResourcesImpactedSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LifecycleExecutionResourcesImpactedSummary
Auto Trait Implementations§
impl RefUnwindSafe for LifecycleExecutionResourcesImpactedSummary
impl Send for LifecycleExecutionResourcesImpactedSummary
impl Sync for LifecycleExecutionResourcesImpactedSummary
impl Unpin for LifecycleExecutionResourcesImpactedSummary
impl UnwindSafe for LifecycleExecutionResourcesImpactedSummary
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.