// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeProtectedResource`](crate::operation::describe_protected_resource::builders::DescribeProtectedResourceFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`resource_arn(impl Into<String>)`](crate::operation::describe_protected_resource::builders::DescribeProtectedResourceFluentBuilder::resource_arn) / [`set_resource_arn(Option<String>)`](crate::operation::describe_protected_resource::builders::DescribeProtectedResourceFluentBuilder::set_resource_arn): <p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.</p>
/// - On success, responds with [`DescribeProtectedResourceOutput`](crate::operation::describe_protected_resource::DescribeProtectedResourceOutput) with field(s):
/// - [`resource_arn(Option<String>)`](crate::operation::describe_protected_resource::DescribeProtectedResourceOutput::resource_arn): <p>An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.</p>
/// - [`resource_type(Option<String>)`](crate::operation::describe_protected_resource::DescribeProtectedResourceOutput::resource_type): <p>The type of Amazon Web Services resource saved as a recovery point; for example, an Amazon EBS volume or an Amazon RDS database.</p>
/// - [`last_backup_time(Option<DateTime>)`](crate::operation::describe_protected_resource::DescribeProtectedResourceOutput::last_backup_time): <p>The date and time that a resource was last backed up, in Unix format and Coordinated Universal Time (UTC). The value of <code>LastBackupTime</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>
/// - [`resource_name(Option<String>)`](crate::operation::describe_protected_resource::DescribeProtectedResourceOutput::resource_name): <p>This is the non-unique name of the resource that belongs to the specified backup.</p>
/// - On failure, responds with [`SdkError<DescribeProtectedResourceError>`](crate::operation::describe_protected_resource::DescribeProtectedResourceError)
pub fn describe_protected_resource(&self) -> crate::operation::describe_protected_resource::builders::DescribeProtectedResourceFluentBuilder{
crate::operation::describe_protected_resource::builders::DescribeProtectedResourceFluentBuilder::new(self.handle.clone())
}
}