Struct aws_sdk_backup::output::ListLegalHoldsOutput
source · #[non_exhaustive]pub struct ListLegalHoldsOutput { /* private fields */ }
Implementations§
source§impl ListLegalHoldsOutput
impl ListLegalHoldsOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The next item following a partial list of returned resources. For example, if a request is made to return maxResults
number of resources, NextToken
allows you to return more items in your list starting at the location pointed to by the next token.
sourcepub fn legal_holds(&self) -> Option<&[LegalHold]>
pub fn legal_holds(&self) -> Option<&[LegalHold]>
This is an array of returned legal holds, both active and previous.
source§impl ListLegalHoldsOutput
impl ListLegalHoldsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListLegalHoldsOutput
.
Trait Implementations§
source§impl Clone for ListLegalHoldsOutput
impl Clone for ListLegalHoldsOutput
source§fn clone(&self) -> ListLegalHoldsOutput
fn clone(&self) -> ListLegalHoldsOutput
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 ListLegalHoldsOutput
impl Debug for ListLegalHoldsOutput
source§impl PartialEq<ListLegalHoldsOutput> for ListLegalHoldsOutput
impl PartialEq<ListLegalHoldsOutput> for ListLegalHoldsOutput
source§fn eq(&self, other: &ListLegalHoldsOutput) -> bool
fn eq(&self, other: &ListLegalHoldsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.