Struct aws_sdk_ec2::operation::describe_managed_prefix_lists::DescribeManagedPrefixListsOutput
source · #[non_exhaustive]pub struct DescribeManagedPrefixListsOutput { /* private fields */ }
Implementations§
source§impl DescribeManagedPrefixListsOutput
impl DescribeManagedPrefixListsOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to retrieve the next page of results. This value is null
when there are no more results to return.
sourcepub fn prefix_lists(&self) -> Option<&[ManagedPrefixList]>
pub fn prefix_lists(&self) -> Option<&[ManagedPrefixList]>
Information about the prefix lists.
source§impl DescribeManagedPrefixListsOutput
impl DescribeManagedPrefixListsOutput
sourcepub fn builder() -> DescribeManagedPrefixListsOutputBuilder
pub fn builder() -> DescribeManagedPrefixListsOutputBuilder
Creates a new builder-style object to manufacture DescribeManagedPrefixListsOutput
.
Trait Implementations§
source§impl Clone for DescribeManagedPrefixListsOutput
impl Clone for DescribeManagedPrefixListsOutput
source§fn clone(&self) -> DescribeManagedPrefixListsOutput
fn clone(&self) -> DescribeManagedPrefixListsOutput
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<DescribeManagedPrefixListsOutput> for DescribeManagedPrefixListsOutput
impl PartialEq<DescribeManagedPrefixListsOutput> for DescribeManagedPrefixListsOutput
source§fn eq(&self, other: &DescribeManagedPrefixListsOutput) -> bool
fn eq(&self, other: &DescribeManagedPrefixListsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeManagedPrefixListsOutput
impl RequestId for DescribeManagedPrefixListsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DescribeManagedPrefixListsOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeManagedPrefixListsOutput
impl Send for DescribeManagedPrefixListsOutput
impl Sync for DescribeManagedPrefixListsOutput
impl Unpin for DescribeManagedPrefixListsOutput
impl UnwindSafe for DescribeManagedPrefixListsOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more