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§
source§impl 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.
source§impl PrefixListAssociation
impl PrefixListAssociation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PrefixListAssociation
.
Trait Implementations§
source§impl Clone for PrefixListAssociation
impl Clone for PrefixListAssociation
source§fn clone(&self) -> PrefixListAssociation
fn clone(&self) -> PrefixListAssociation
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 PrefixListAssociation
impl Debug for PrefixListAssociation
source§impl PartialEq<PrefixListAssociation> for PrefixListAssociation
impl PartialEq<PrefixListAssociation> for PrefixListAssociation
source§fn eq(&self, other: &PrefixListAssociation) -> bool
fn eq(&self, other: &PrefixListAssociation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.