Struct aws_sdk_apprunner::model::ImageRepository
source · #[non_exhaustive]pub struct ImageRepository { /* private fields */ }
Expand description
Describes a source image repository.
Implementations§
source§impl ImageRepository
impl ImageRepository
sourcepub fn image_identifier(&self) -> Option<&str>
pub fn image_identifier(&self) -> Option<&str>
The identifier of an image.
For an image in Amazon Elastic Container Registry (Amazon ECR), this is an image name. For the image name format, see Pulling an image in the Amazon ECR User Guide.
sourcepub fn image_configuration(&self) -> Option<&ImageConfiguration>
pub fn image_configuration(&self) -> Option<&ImageConfiguration>
Configuration for running the identified image.
sourcepub fn image_repository_type(&self) -> Option<&ImageRepositoryType>
pub fn image_repository_type(&self) -> Option<&ImageRepositoryType>
The type of the image repository. This reflects the repository provider and whether the repository is private or public.
source§impl ImageRepository
impl ImageRepository
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImageRepository
.
Trait Implementations§
source§impl Clone for ImageRepository
impl Clone for ImageRepository
source§fn clone(&self) -> ImageRepository
fn clone(&self) -> ImageRepository
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 ImageRepository
impl Debug for ImageRepository
source§impl PartialEq<ImageRepository> for ImageRepository
impl PartialEq<ImageRepository> for ImageRepository
source§fn eq(&self, other: &ImageRepository) -> bool
fn eq(&self, other: &ImageRepository) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.