Struct aws_sdk_config::input::DescribeRetentionConfigurationsInput [−][src]
#[non_exhaustive]pub struct DescribeRetentionConfigurationsInput {
pub retention_configuration_names: Option<Vec<String>>,
pub next_token: Option<String>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.retention_configuration_names: Option<Vec<String>>A list of names of retention configurations for which you want details. If you do not specify a name, Config returns details for all the retention configurations for that account.
Currently, Config supports only one retention configuration per region in your account.
next_token: Option<String>The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeRetentionConfigurations, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeRetentionConfigurations, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeRetentionConfigurations>
Creates a new builder-style object to manufacture DescribeRetentionConfigurationsInput
A list of names of retention configurations for which you want details. If you do not specify a name, Config returns details for all the retention configurations for that account.
Currently, Config supports only one retention configuration per region in your account.
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for DescribeRetentionConfigurationsInput
impl Sync for DescribeRetentionConfigurationsInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
