#[non_exhaustive]pub struct DescribeAccountCustomizationInput {
pub aws_account_id: Option<String>,
pub namespace: Option<String>,
pub resolved: bool,
}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.aws_account_id: Option<String>The ID for the Amazon Web Services account that you want to describe Amazon QuickSight customizations for.
namespace: Option<String>The Amazon QuickSight namespace that you want to describe Amazon QuickSight customizations for.
resolved: boolThe 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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeAccountCustomization, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeAccountCustomization, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeAccountCustomization>
Creates a new builder-style object to manufacture DescribeAccountCustomizationInput
The ID for the Amazon Web Services account that you want to describe Amazon QuickSight customizations for.
The Amazon QuickSight namespace that you want to describe Amazon QuickSight customizations for.
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
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 DescribeAccountCustomizationInput
impl Sync for DescribeAccountCustomizationInput
impl Unpin for DescribeAccountCustomizationInput
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