Struct aws_sdk_ecr::types::AwsEcrContainerImageDetails
source · #[non_exhaustive]pub struct AwsEcrContainerImageDetails { /* private fields */ }
Expand description
The image details of the Amazon ECR container image.
Implementations§
source§impl AwsEcrContainerImageDetails
impl AwsEcrContainerImageDetails
sourcepub fn architecture(&self) -> Option<&str>
pub fn architecture(&self) -> Option<&str>
The architecture of the Amazon ECR container image.
The image author of the Amazon ECR container image.
sourcepub fn image_hash(&self) -> Option<&str>
pub fn image_hash(&self) -> Option<&str>
The image hash of the Amazon ECR container image.
The image tags attached to the Amazon ECR container image.
sourcepub fn pushed_at(&self) -> Option<&DateTime>
pub fn pushed_at(&self) -> Option<&DateTime>
The date and time the Amazon ECR container image was pushed.
sourcepub fn repository_name(&self) -> Option<&str>
pub fn repository_name(&self) -> Option<&str>
The name of the repository the Amazon ECR container image resides in.
source§impl AwsEcrContainerImageDetails
impl AwsEcrContainerImageDetails
sourcepub fn builder() -> AwsEcrContainerImageDetailsBuilder
pub fn builder() -> AwsEcrContainerImageDetailsBuilder
Creates a new builder-style object to manufacture AwsEcrContainerImageDetails
.
Trait Implementations§
source§impl Clone for AwsEcrContainerImageDetails
impl Clone for AwsEcrContainerImageDetails
source§fn clone(&self) -> AwsEcrContainerImageDetails
fn clone(&self) -> AwsEcrContainerImageDetails
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 AwsEcrContainerImageDetails
impl Debug for AwsEcrContainerImageDetails
source§impl PartialEq<AwsEcrContainerImageDetails> for AwsEcrContainerImageDetails
impl PartialEq<AwsEcrContainerImageDetails> for AwsEcrContainerImageDetails
source§fn eq(&self, other: &AwsEcrContainerImageDetails) -> bool
fn eq(&self, other: &AwsEcrContainerImageDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsEcrContainerImageDetails
Auto Trait Implementations§
impl RefUnwindSafe for AwsEcrContainerImageDetails
impl Send for AwsEcrContainerImageDetails
impl Sync for AwsEcrContainerImageDetails
impl Unpin for AwsEcrContainerImageDetails
impl UnwindSafe for AwsEcrContainerImageDetails
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