pub struct EcrPullThroughRule {
pub ecr_repository_prefix: String,
pub upstream_registry_url: String,
pub upstream_registry: Option<String>,
pub credential_arn: Option<String>,
pub custom_role_arn: Option<String>,
pub created_at: String,
pub updated_at: String,
}Fields§
§ecr_repository_prefix: String§upstream_registry_url: String§upstream_registry: Option<String>§credential_arn: Option<String>§custom_role_arn: Option<String>§created_at: String§updated_at: StringTrait Implementations§
Source§impl Clone for EcrPullThroughRule
impl Clone for EcrPullThroughRule
Source§fn clone(&self) -> EcrPullThroughRule
fn clone(&self) -> EcrPullThroughRule
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EcrPullThroughRule
impl Debug for EcrPullThroughRule
Source§impl<'de> Deserialize<'de> for EcrPullThroughRule
impl<'de> Deserialize<'de> for EcrPullThroughRule
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for EcrPullThroughRule
impl RefUnwindSafe for EcrPullThroughRule
impl Send for EcrPullThroughRule
impl Sync for EcrPullThroughRule
impl Unpin for EcrPullThroughRule
impl UnsafeUnpin for EcrPullThroughRule
impl UnwindSafe for EcrPullThroughRule
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