Struct aws_sdk_ec2::model::PrefixListAssociation
source · [−]#[non_exhaustive]pub struct PrefixListAssociation { /* private fields */ }
Expand description
Describes the resource with which a prefix list is associated.
Implementations
sourceimpl PrefixListAssociation
impl PrefixListAssociation
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The ID of the resource.
sourcepub fn resource_owner(&self) -> Option<&str>
pub fn resource_owner(&self) -> Option<&str>
The owner of the resource.
sourceimpl PrefixListAssociation
impl PrefixListAssociation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PrefixListAssociation
.
Trait Implementations
sourceimpl Clone for PrefixListAssociation
impl Clone for PrefixListAssociation
sourcefn clone(&self) -> PrefixListAssociation
fn clone(&self) -> PrefixListAssociation
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 PrefixListAssociation
impl Debug for PrefixListAssociation
sourceimpl PartialEq<PrefixListAssociation> for PrefixListAssociation
impl PartialEq<PrefixListAssociation> for PrefixListAssociation
sourcefn eq(&self, other: &PrefixListAssociation) -> bool
fn eq(&self, other: &PrefixListAssociation) -> bool
impl StructuralPartialEq for PrefixListAssociation
Auto Trait Implementations
impl RefUnwindSafe for PrefixListAssociation
impl Send for PrefixListAssociation
impl Sync for PrefixListAssociation
impl Unpin for PrefixListAssociation
impl UnwindSafe for PrefixListAssociation
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