#[non_exhaustive]pub struct DescribeAccountCustomizationInput { /* private fields */ }
Implementations§
source§impl DescribeAccountCustomizationInput
impl DescribeAccountCustomizationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeAccountCustomization, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeAccountCustomization, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeAccountCustomization
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeAccountCustomizationInput
.
source§impl DescribeAccountCustomizationInput
impl DescribeAccountCustomizationInput
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 describe Amazon QuickSight customizations for.
sourcepub fn namespace(&self) -> Option<&str>
pub fn namespace(&self) -> Option<&str>
The Amazon QuickSight namespace that you want to describe Amazon QuickSight customizations for.
sourcepub fn resolved(&self) -> bool
pub fn resolved(&self) -> bool
The Resolved
flag works with the other parameters to determine which view of Amazon QuickSight customizations is returned. You can add this flag to your command to use the same view that Amazon QuickSight uses to identify which customizations to apply to the console. Omit this flag, or set it to no-resolved
, to reveal customizations that are configured at different levels.
Trait Implementations§
source§impl Clone for DescribeAccountCustomizationInput
impl Clone for DescribeAccountCustomizationInput
source§fn clone(&self) -> DescribeAccountCustomizationInput
fn clone(&self) -> DescribeAccountCustomizationInput
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<DescribeAccountCustomizationInput> for DescribeAccountCustomizationInput
impl PartialEq<DescribeAccountCustomizationInput> for DescribeAccountCustomizationInput
source§fn eq(&self, other: &DescribeAccountCustomizationInput) -> bool
fn eq(&self, other: &DescribeAccountCustomizationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.