#[non_exhaustive]pub struct UpdateAccountCustomizationInput { /* private fields */ }Implementations
sourceimpl UpdateAccountCustomizationInput
impl UpdateAccountCustomizationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAccountCustomization, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAccountCustomization, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateAccountCustomization>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateAccountCustomizationInput.
sourceimpl UpdateAccountCustomizationInput
impl UpdateAccountCustomizationInput
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.
sourcepub fn namespace(&self) -> Option<&str>
pub fn namespace(&self) -> Option<&str>
The namespace that you want to update Amazon QuickSight customizations for.
sourcepub fn account_customization(&self) -> Option<&AccountCustomization>
pub fn account_customization(&self) -> Option<&AccountCustomization>
The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.
Trait Implementations
sourceimpl Clone for UpdateAccountCustomizationInput
impl Clone for UpdateAccountCustomizationInput
sourcefn clone(&self) -> UpdateAccountCustomizationInput
fn clone(&self) -> UpdateAccountCustomizationInput
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 PartialEq<UpdateAccountCustomizationInput> for UpdateAccountCustomizationInput
impl PartialEq<UpdateAccountCustomizationInput> for UpdateAccountCustomizationInput
sourcefn eq(&self, other: &UpdateAccountCustomizationInput) -> bool
fn eq(&self, other: &UpdateAccountCustomizationInput) -> bool
impl StructuralPartialEq for UpdateAccountCustomizationInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateAccountCustomizationInput
impl Send for UpdateAccountCustomizationInput
impl Sync for UpdateAccountCustomizationInput
impl Unpin for UpdateAccountCustomizationInput
impl UnwindSafe for UpdateAccountCustomizationInput
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