// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeCrossAccountAttachment`](crate::operation::describe_cross_account_attachment::builders::DescribeCrossAccountAttachmentFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`attachment_arn(impl Into<String>)`](crate::operation::describe_cross_account_attachment::builders::DescribeCrossAccountAttachmentFluentBuilder::attachment_arn) / [`set_attachment_arn(Option<String>)`](crate::operation::describe_cross_account_attachment::builders::DescribeCrossAccountAttachmentFluentBuilder::set_attachment_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) for the cross-account attachment to describe.</p><br>
/// - On success, responds with [`DescribeCrossAccountAttachmentOutput`](crate::operation::describe_cross_account_attachment::DescribeCrossAccountAttachmentOutput) with field(s):
/// - [`cross_account_attachment(Option<Attachment>)`](crate::operation::describe_cross_account_attachment::DescribeCrossAccountAttachmentOutput::cross_account_attachment): <p>Information about the cross-account attachment.</p>
/// - On failure, responds with [`SdkError<DescribeCrossAccountAttachmentError>`](crate::operation::describe_cross_account_attachment::DescribeCrossAccountAttachmentError)
pub fn describe_cross_account_attachment(
&self,
) -> crate::operation::describe_cross_account_attachment::builders::DescribeCrossAccountAttachmentFluentBuilder {
crate::operation::describe_cross_account_attachment::builders::DescribeCrossAccountAttachmentFluentBuilder::new(self.handle.clone())
}
}