Struct aws_sdk_backup::operation::list_recovery_points_by_resource::ListRecoveryPointsByResourceInput
source · #[non_exhaustive]pub struct ListRecoveryPointsByResourceInput { /* private fields */ }
Implementations§
source§impl ListRecoveryPointsByResourceInput
impl ListRecoveryPointsByResourceInput
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
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 max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of items to be returned.
Amazon RDS requires a value of at least 20.
source§impl ListRecoveryPointsByResourceInput
impl ListRecoveryPointsByResourceInput
sourcepub fn builder() -> ListRecoveryPointsByResourceInputBuilder
pub fn builder() -> ListRecoveryPointsByResourceInputBuilder
Creates a new builder-style object to manufacture ListRecoveryPointsByResourceInput
.
source§impl ListRecoveryPointsByResourceInput
impl ListRecoveryPointsByResourceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRecoveryPointsByResource, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListRecoveryPointsByResource, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListRecoveryPointsByResource
>
Trait Implementations§
source§impl Clone for ListRecoveryPointsByResourceInput
impl Clone for ListRecoveryPointsByResourceInput
source§fn clone(&self) -> ListRecoveryPointsByResourceInput
fn clone(&self) -> ListRecoveryPointsByResourceInput
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<ListRecoveryPointsByResourceInput> for ListRecoveryPointsByResourceInput
impl PartialEq<ListRecoveryPointsByResourceInput> for ListRecoveryPointsByResourceInput
source§fn eq(&self, other: &ListRecoveryPointsByResourceInput) -> bool
fn eq(&self, other: &ListRecoveryPointsByResourceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.