Struct aws_sdk_backup::model::ReportSetting [−][src]
#[non_exhaustive]pub struct ReportSetting {
pub report_template: Option<String>,
pub framework_arns: Option<Vec<String>>,
pub number_of_frameworks: i32,
}
Expand description
Contains detailed information about a report setting.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.report_template: Option<String>
Identifies the report template for the report. Reports are built using a report template. The report templates are:
RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT
framework_arns: Option<Vec<String>>
The Amazon Resource Names (ARNs) of the frameworks a report covers.
number_of_frameworks: i32
The number of frameworks a report covers.
Implementations
Identifies the report template for the report. Reports are built using a report template. The report templates are:
RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT
The Amazon Resource Names (ARNs) of the frameworks a report covers.
The number of frameworks a report covers.
Creates a new builder-style object to manufacture ReportSetting
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ReportSetting
impl Send for ReportSetting
impl Sync for ReportSetting
impl Unpin for ReportSetting
impl UnwindSafe for ReportSetting
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more