Struct aws_sdk_ec2::model::ManagedPrefixList
source · #[non_exhaustive]pub struct ManagedPrefixList { /* private fields */ }
Expand description
Describes a managed prefix list.
Implementations§
source§impl ManagedPrefixList
impl ManagedPrefixList
sourcepub fn prefix_list_id(&self) -> Option<&str>
pub fn prefix_list_id(&self) -> Option<&str>
The ID of the prefix list.
sourcepub fn address_family(&self) -> Option<&str>
pub fn address_family(&self) -> Option<&str>
The IP address version.
sourcepub fn state(&self) -> Option<&PrefixListState>
pub fn state(&self) -> Option<&PrefixListState>
The current state of the prefix list.
sourcepub fn state_message(&self) -> Option<&str>
pub fn state_message(&self) -> Option<&str>
The state message.
sourcepub fn prefix_list_arn(&self) -> Option<&str>
pub fn prefix_list_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) for the prefix list.
sourcepub fn prefix_list_name(&self) -> Option<&str>
pub fn prefix_list_name(&self) -> Option<&str>
The name of the prefix list.
sourcepub fn max_entries(&self) -> Option<i32>
pub fn max_entries(&self) -> Option<i32>
The maximum number of entries for the prefix list.
The tags for the prefix list.
source§impl ManagedPrefixList
impl ManagedPrefixList
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ManagedPrefixList
.
Trait Implementations§
source§impl Clone for ManagedPrefixList
impl Clone for ManagedPrefixList
source§fn clone(&self) -> ManagedPrefixList
fn clone(&self) -> ManagedPrefixList
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 ManagedPrefixList
impl Debug for ManagedPrefixList
source§impl PartialEq<ManagedPrefixList> for ManagedPrefixList
impl PartialEq<ManagedPrefixList> for ManagedPrefixList
source§fn eq(&self, other: &ManagedPrefixList) -> bool
fn eq(&self, other: &ManagedPrefixList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.