Struct aws_sdk_quicksight::output::UpdateAnalysisOutput
source · [−]#[non_exhaustive]pub struct UpdateAnalysisOutput { /* private fields */ }Implementations
sourceimpl UpdateAnalysisOutput
impl UpdateAnalysisOutput
sourcepub fn analysis_id(&self) -> Option<&str>
pub fn analysis_id(&self) -> Option<&str>
The ID of the analysis.
sourcepub fn update_status(&self) -> Option<&ResourceStatus>
pub fn update_status(&self) -> Option<&ResourceStatus>
The update status of the last update that was made to the analysis.
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The Amazon Web Services request ID for this operation.
sourceimpl UpdateAnalysisOutput
impl UpdateAnalysisOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateAnalysisOutput.
Trait Implementations
sourceimpl Clone for UpdateAnalysisOutput
impl Clone for UpdateAnalysisOutput
sourcefn clone(&self) -> UpdateAnalysisOutput
fn clone(&self) -> UpdateAnalysisOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for UpdateAnalysisOutput
impl Debug for UpdateAnalysisOutput
sourceimpl PartialEq<UpdateAnalysisOutput> for UpdateAnalysisOutput
impl PartialEq<UpdateAnalysisOutput> for UpdateAnalysisOutput
sourcefn eq(&self, other: &UpdateAnalysisOutput) -> bool
fn eq(&self, other: &UpdateAnalysisOutput) -> bool
impl StructuralPartialEq for UpdateAnalysisOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateAnalysisOutput
impl Send for UpdateAnalysisOutput
impl Sync for UpdateAnalysisOutput
impl Unpin for UpdateAnalysisOutput
impl UnwindSafe for UpdateAnalysisOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more