#[non_exhaustive]pub struct DescribeReportJobOutput { /* private fields */ }
Implementations§
source§impl DescribeReportJobOutput
impl DescribeReportJobOutput
sourcepub fn report_job(&self) -> Option<&ReportJob>
pub fn report_job(&self) -> Option<&ReportJob>
A list of information about a report job, including its completion and creation times, report destination, unique report job ID, Amazon Resource Name (ARN), report template, status, and status message.
source§impl DescribeReportJobOutput
impl DescribeReportJobOutput
sourcepub fn builder() -> DescribeReportJobOutputBuilder
pub fn builder() -> DescribeReportJobOutputBuilder
Creates a new builder-style object to manufacture DescribeReportJobOutput
.
Trait Implementations§
source§impl Clone for DescribeReportJobOutput
impl Clone for DescribeReportJobOutput
source§fn clone(&self) -> DescribeReportJobOutput
fn clone(&self) -> DescribeReportJobOutput
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 DescribeReportJobOutput
impl Debug for DescribeReportJobOutput
source§impl PartialEq<DescribeReportJobOutput> for DescribeReportJobOutput
impl PartialEq<DescribeReportJobOutput> for DescribeReportJobOutput
source§fn eq(&self, other: &DescribeReportJobOutput) -> bool
fn eq(&self, other: &DescribeReportJobOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeReportJobOutput
impl RequestId for DescribeReportJobOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.