#[non_exhaustive]pub struct UpdateContainerInstancesStateOutput { /* private fields */ }Implementations§
source§impl UpdateContainerInstancesStateOutput
impl UpdateContainerInstancesStateOutput
sourcepub fn container_instances(&self) -> Option<&[ContainerInstance]>
pub fn container_instances(&self) -> Option<&[ContainerInstance]>
The list of container instances.
source§impl UpdateContainerInstancesStateOutput
impl UpdateContainerInstancesStateOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateContainerInstancesStateOutput.
Trait Implementations§
source§impl Clone for UpdateContainerInstancesStateOutput
impl Clone for UpdateContainerInstancesStateOutput
source§fn clone(&self) -> UpdateContainerInstancesStateOutput
fn clone(&self) -> UpdateContainerInstancesStateOutput
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<UpdateContainerInstancesStateOutput> for UpdateContainerInstancesStateOutput
impl PartialEq<UpdateContainerInstancesStateOutput> for UpdateContainerInstancesStateOutput
source§fn eq(&self, other: &UpdateContainerInstancesStateOutput) -> bool
fn eq(&self, other: &UpdateContainerInstancesStateOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.