Struct aws_sdk_cloudfront::model::ConflictingAlias
source · [−]#[non_exhaustive]pub struct ConflictingAlias { /* private fields */ }
Expand description
An alias (also called a CNAME) and the CloudFront distribution and Amazon Web Services account ID that it’s associated with. The distribution and account IDs are partially hidden, which allows you to identify the distributions and accounts that you own, but helps to protect the information of ones that you don’t own.
Implementations
sourceimpl ConflictingAlias
impl ConflictingAlias
sourcepub fn distribution_id(&self) -> Option<&str>
pub fn distribution_id(&self) -> Option<&str>
The (partially hidden) ID of the CloudFront distribution associated with the alias.
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The (partially hidden) ID of the Amazon Web Services account that owns the distribution that’s associated with the alias.
sourceimpl ConflictingAlias
impl ConflictingAlias
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConflictingAlias
.
Trait Implementations
sourceimpl Clone for ConflictingAlias
impl Clone for ConflictingAlias
sourcefn clone(&self) -> ConflictingAlias
fn clone(&self) -> ConflictingAlias
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ConflictingAlias
impl Debug for ConflictingAlias
sourceimpl PartialEq<ConflictingAlias> for ConflictingAlias
impl PartialEq<ConflictingAlias> for ConflictingAlias
sourcefn eq(&self, other: &ConflictingAlias) -> bool
fn eq(&self, other: &ConflictingAlias) -> bool
impl StructuralPartialEq for ConflictingAlias
Auto Trait Implementations
impl RefUnwindSafe for ConflictingAlias
impl Send for ConflictingAlias
impl Sync for ConflictingAlias
impl Unpin for ConflictingAlias
impl UnwindSafe for ConflictingAlias
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more