#[non_exhaustive]pub struct ListBackupSelectionsOutput { /* private fields */ }
Implementations§
source§impl ListBackupSelectionsOutput
impl ListBackupSelectionsOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The next item following a partial list of returned items. For example, if a request is made to return maxResults
number of items, NextToken
allows you to return more items in your list starting at the location pointed to by the next token.
sourcepub fn backup_selections_list(&self) -> Option<&[BackupSelectionsListMember]>
pub fn backup_selections_list(&self) -> Option<&[BackupSelectionsListMember]>
An array of backup selection list items containing metadata about each resource in the list.
source§impl ListBackupSelectionsOutput
impl ListBackupSelectionsOutput
sourcepub fn builder() -> ListBackupSelectionsOutputBuilder
pub fn builder() -> ListBackupSelectionsOutputBuilder
Creates a new builder-style object to manufacture ListBackupSelectionsOutput
.
Trait Implementations§
source§impl Clone for ListBackupSelectionsOutput
impl Clone for ListBackupSelectionsOutput
source§fn clone(&self) -> ListBackupSelectionsOutput
fn clone(&self) -> ListBackupSelectionsOutput
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 ListBackupSelectionsOutput
impl Debug for ListBackupSelectionsOutput
source§impl PartialEq<ListBackupSelectionsOutput> for ListBackupSelectionsOutput
impl PartialEq<ListBackupSelectionsOutput> for ListBackupSelectionsOutput
source§fn eq(&self, other: &ListBackupSelectionsOutput) -> bool
fn eq(&self, other: &ListBackupSelectionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListBackupSelectionsOutput
impl RequestId for ListBackupSelectionsOutput
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 ListBackupSelectionsOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListBackupSelectionsOutput
impl Send for ListBackupSelectionsOutput
impl Sync for ListBackupSelectionsOutput
impl Unpin for ListBackupSelectionsOutput
impl UnwindSafe for ListBackupSelectionsOutput
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