pub struct StartOnDemandAuditTaskRequest {
pub target_check_names: Vec<String>,
}Fields§
§target_check_names: Vec<String>Which checks are performed during the audit. The checks you specify must be enabled for your account or an exception occurs. Use DescribeAccountAuditConfiguration to see the list of all checks, including those that are enabled or UpdateAccountAuditConfiguration to select which checks are enabled.
Trait Implementations§
Source§impl Clone for StartOnDemandAuditTaskRequest
impl Clone for StartOnDemandAuditTaskRequest
Source§fn clone(&self) -> StartOnDemandAuditTaskRequest
fn clone(&self) -> StartOnDemandAuditTaskRequest
Returns a duplicate 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 Default for StartOnDemandAuditTaskRequest
impl Default for StartOnDemandAuditTaskRequest
Source§fn default() -> StartOnDemandAuditTaskRequest
fn default() -> StartOnDemandAuditTaskRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for StartOnDemandAuditTaskRequest
impl PartialEq for StartOnDemandAuditTaskRequest
Source§fn eq(&self, other: &StartOnDemandAuditTaskRequest) -> bool
fn eq(&self, other: &StartOnDemandAuditTaskRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StartOnDemandAuditTaskRequest
Auto Trait Implementations§
impl Freeze for StartOnDemandAuditTaskRequest
impl RefUnwindSafe for StartOnDemandAuditTaskRequest
impl Send for StartOnDemandAuditTaskRequest
impl Sync for StartOnDemandAuditTaskRequest
impl Unpin for StartOnDemandAuditTaskRequest
impl UnwindSafe for StartOnDemandAuditTaskRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more