// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetAccessGrantsInstance`](crate::operation::get_access_grants_instance::builders::GetAccessGrantsInstanceFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`account_id(impl Into<String>)`](crate::operation::get_access_grants_instance::builders::GetAccessGrantsInstanceFluentBuilder::account_id) / [`set_account_id(Option<String>)`](crate::operation::get_access_grants_instance::builders::GetAccessGrantsInstanceFluentBuilder::set_account_id):<br>required: **true**<br><p>The ID of the Amazon Web Services account that is making this request.</p><br>
/// - On success, responds with [`GetAccessGrantsInstanceOutput`](crate::operation::get_access_grants_instance::GetAccessGrantsInstanceOutput) with field(s):
/// - [`access_grants_instance_arn(Option<String>)`](crate::operation::get_access_grants_instance::GetAccessGrantsInstanceOutput::access_grants_instance_arn): <p>The Amazon Resource Name (ARN) of the S3 Access Grants instance.</p>
/// - [`access_grants_instance_id(Option<String>)`](crate::operation::get_access_grants_instance::GetAccessGrantsInstanceOutput::access_grants_instance_id): <p>The ID of the S3 Access Grants instance. The ID is <code>default</code>. You can have one S3 Access Grants instance per Region per account.</p>
/// - [`identity_center_arn(Option<String>)`](crate::operation::get_access_grants_instance::GetAccessGrantsInstanceOutput::identity_center_arn): <p>If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this field returns the Amazon Resource Name (ARN) of the Amazon Web Services IAM Identity Center instance application; a subresource of the original Identity Center instance. S3 Access Grants creates this Identity Center application for the specific S3 Access Grants instance.</p>
/// - [`created_at(Option<DateTime>)`](crate::operation::get_access_grants_instance::GetAccessGrantsInstanceOutput::created_at): <p>The date and time when you created the S3 Access Grants instance.</p>
/// - On failure, responds with [`SdkError<GetAccessGrantsInstanceError>`](crate::operation::get_access_grants_instance::GetAccessGrantsInstanceError)
pub fn get_access_grants_instance(&self) -> crate::operation::get_access_grants_instance::builders::GetAccessGrantsInstanceFluentBuilder {
crate::operation::get_access_grants_instance::builders::GetAccessGrantsInstanceFluentBuilder::new(self.handle.clone())
}
}