#[non_exhaustive]pub struct AwsEc2SecurityGroupPrefixListId { /* private fields */ }
Expand description
A prefix list ID.
Implementations§
source§impl AwsEc2SecurityGroupPrefixListId
impl AwsEc2SecurityGroupPrefixListId
sourcepub fn prefix_list_id(&self) -> Option<&str>
pub fn prefix_list_id(&self) -> Option<&str>
The ID of the prefix.
source§impl AwsEc2SecurityGroupPrefixListId
impl AwsEc2SecurityGroupPrefixListId
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsEc2SecurityGroupPrefixListId
.
Trait Implementations§
source§impl Clone for AwsEc2SecurityGroupPrefixListId
impl Clone for AwsEc2SecurityGroupPrefixListId
source§fn clone(&self) -> AwsEc2SecurityGroupPrefixListId
fn clone(&self) -> AwsEc2SecurityGroupPrefixListId
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 PartialEq<AwsEc2SecurityGroupPrefixListId> for AwsEc2SecurityGroupPrefixListId
impl PartialEq<AwsEc2SecurityGroupPrefixListId> for AwsEc2SecurityGroupPrefixListId
source§fn eq(&self, other: &AwsEc2SecurityGroupPrefixListId) -> bool
fn eq(&self, other: &AwsEc2SecurityGroupPrefixListId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.