aws_sdk_quicksight/client/
describe_brand_assignment.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3    /// Constructs a fluent builder for the [`DescribeBrandAssignment`](crate::operation::describe_brand_assignment::builders::DescribeBrandAssignmentFluentBuilder) operation.
4    ///
5    /// - The fluent builder is configurable:
6    ///   - [`aws_account_id(impl Into<String>)`](crate::operation::describe_brand_assignment::builders::DescribeBrandAssignmentFluentBuilder::aws_account_id) / [`set_aws_account_id(Option<String>)`](crate::operation::describe_brand_assignment::builders::DescribeBrandAssignmentFluentBuilder::set_aws_account_id):<br>required: **true**<br><p>The ID of the Amazon Web Services account that owns the brand assignment.</p><br>
7    /// - On success, responds with [`DescribeBrandAssignmentOutput`](crate::operation::describe_brand_assignment::DescribeBrandAssignmentOutput) with field(s):
8    ///   - [`request_id(Option<String>)`](crate::operation::describe_brand_assignment::DescribeBrandAssignmentOutput::request_id): <p>The Amazon Web Services request ID for this operation.</p>
9    ///   - [`brand_arn(Option<String>)`](crate::operation::describe_brand_assignment::DescribeBrandAssignmentOutput::brand_arn): <p>The Amazon Resource Name (ARN) of the brand.</p>
10    /// - On failure, responds with [`SdkError<DescribeBrandAssignmentError>`](crate::operation::describe_brand_assignment::DescribeBrandAssignmentError)
11    pub fn describe_brand_assignment(&self) -> crate::operation::describe_brand_assignment::builders::DescribeBrandAssignmentFluentBuilder {
12        crate::operation::describe_brand_assignment::builders::DescribeBrandAssignmentFluentBuilder::new(self.handle.clone())
13    }
14}