Struct aws_sdk_backup::operation::list_recovery_points_by_resource::ListRecoveryPointsByResourceOutput
source · #[non_exhaustive]pub struct ListRecoveryPointsByResourceOutput { /* private fields */ }
Implementations§
source§impl ListRecoveryPointsByResourceOutput
impl ListRecoveryPointsByResourceOutput
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 recovery_points(&self) -> Option<&[RecoveryPointByResource]>
pub fn recovery_points(&self) -> Option<&[RecoveryPointByResource]>
An array of objects that contain detailed information about recovery points of the specified resource type.
Only Amazon EFS and Amazon EC2 recovery points return BackupVaultName.
source§impl ListRecoveryPointsByResourceOutput
impl ListRecoveryPointsByResourceOutput
sourcepub fn builder() -> ListRecoveryPointsByResourceOutputBuilder
pub fn builder() -> ListRecoveryPointsByResourceOutputBuilder
Creates a new builder-style object to manufacture ListRecoveryPointsByResourceOutput
.
Trait Implementations§
source§impl Clone for ListRecoveryPointsByResourceOutput
impl Clone for ListRecoveryPointsByResourceOutput
source§fn clone(&self) -> ListRecoveryPointsByResourceOutput
fn clone(&self) -> ListRecoveryPointsByResourceOutput
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<ListRecoveryPointsByResourceOutput> for ListRecoveryPointsByResourceOutput
impl PartialEq<ListRecoveryPointsByResourceOutput> for ListRecoveryPointsByResourceOutput
source§fn eq(&self, other: &ListRecoveryPointsByResourceOutput) -> bool
fn eq(&self, other: &ListRecoveryPointsByResourceOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListRecoveryPointsByResourceOutput
impl RequestId for ListRecoveryPointsByResourceOutput
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.