Struct aws_sdk_ec2::model::AddPrefixListEntry
source · #[non_exhaustive]pub struct AddPrefixListEntry { /* private fields */ }
Expand description
An entry for a prefix list.
Implementations§
source§impl AddPrefixListEntry
impl AddPrefixListEntry
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AddPrefixListEntry
.
Trait Implementations§
source§impl Clone for AddPrefixListEntry
impl Clone for AddPrefixListEntry
source§fn clone(&self) -> AddPrefixListEntry
fn clone(&self) -> AddPrefixListEntry
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 more