Struct aws_sdk_quicksight::input::DeleteAnalysisInput
source · #[non_exhaustive]pub struct DeleteAnalysisInput { /* private fields */ }
Implementations§
source§impl DeleteAnalysisInput
impl DeleteAnalysisInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteAnalysis, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteAnalysis, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteAnalysis
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteAnalysisInput
.
source§impl DeleteAnalysisInput
impl DeleteAnalysisInput
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The ID of the Amazon Web Services account where you want to delete an analysis.
sourcepub fn analysis_id(&self) -> Option<&str>
pub fn analysis_id(&self) -> Option<&str>
The ID of the analysis that you're deleting.
sourcepub fn recovery_window_in_days(&self) -> Option<i64>
pub fn recovery_window_in_days(&self) -> Option<i64>
A value that specifies the number of days that Amazon QuickSight waits before it deletes the analysis. You can't use this parameter with the ForceDeleteWithoutRecovery
option in the same API call. The default value is 30.
sourcepub fn force_delete_without_recovery(&self) -> bool
pub fn force_delete_without_recovery(&self) -> bool
This option defaults to the value NoForceDeleteWithoutRecovery
. To immediately delete the analysis, add the ForceDeleteWithoutRecovery
option. You can't restore an analysis after it's deleted.
Trait Implementations§
source§impl Clone for DeleteAnalysisInput
impl Clone for DeleteAnalysisInput
source§fn clone(&self) -> DeleteAnalysisInput
fn clone(&self) -> DeleteAnalysisInput
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 DeleteAnalysisInput
impl Debug for DeleteAnalysisInput
source§impl PartialEq<DeleteAnalysisInput> for DeleteAnalysisInput
impl PartialEq<DeleteAnalysisInput> for DeleteAnalysisInput
source§fn eq(&self, other: &DeleteAnalysisInput) -> bool
fn eq(&self, other: &DeleteAnalysisInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.