#[non_exhaustive]pub struct RestoreManagedPrefixListVersionOutput { /* private fields */ }
Implementations§
source§impl RestoreManagedPrefixListVersionOutput
impl RestoreManagedPrefixListVersionOutput
sourcepub fn prefix_list(&self) -> Option<&ManagedPrefixList>
pub fn prefix_list(&self) -> Option<&ManagedPrefixList>
Information about the prefix list.
source§impl RestoreManagedPrefixListVersionOutput
impl RestoreManagedPrefixListVersionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RestoreManagedPrefixListVersionOutput
.
Trait Implementations§
source§impl Clone for RestoreManagedPrefixListVersionOutput
impl Clone for RestoreManagedPrefixListVersionOutput
source§fn clone(&self) -> RestoreManagedPrefixListVersionOutput
fn clone(&self) -> RestoreManagedPrefixListVersionOutput
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