Struct aws_sdk_backup::output::DescribeReportPlanOutput
source · #[non_exhaustive]pub struct DescribeReportPlanOutput { /* private fields */ }
Implementations§
source§impl DescribeReportPlanOutput
impl DescribeReportPlanOutput
sourcepub fn report_plan(&self) -> Option<&ReportPlan>
pub fn report_plan(&self) -> Option<&ReportPlan>
Returns details about the report plan that is specified by its name. These details include the report plan's Amazon Resource Name (ARN), description, settings, delivery channel, deployment status, creation time, and last attempted and successful run times.
source§impl DescribeReportPlanOutput
impl DescribeReportPlanOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeReportPlanOutput
.
Trait Implementations§
source§impl Clone for DescribeReportPlanOutput
impl Clone for DescribeReportPlanOutput
source§fn clone(&self) -> DescribeReportPlanOutput
fn clone(&self) -> DescribeReportPlanOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DescribeReportPlanOutput
impl Debug for DescribeReportPlanOutput
source§impl PartialEq<DescribeReportPlanOutput> for DescribeReportPlanOutput
impl PartialEq<DescribeReportPlanOutput> for DescribeReportPlanOutput
source§fn eq(&self, other: &DescribeReportPlanOutput) -> bool
fn eq(&self, other: &DescribeReportPlanOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.