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