pub struct GetAuditsParams {
pub time_period: Option<String>,
}
Expand description
struct for passing parameters to the method [get_audits
]
Fields§
§time_period: Option<String>
The last time period to fetch audit logs
Implementations§
Source§impl GetAuditsParams
impl GetAuditsParams
Sourcepub fn builder() -> GetAuditsParamsBuilder
pub fn builder() -> GetAuditsParamsBuilder
Create an instance of GetAuditsParams
using the builder syntax
Trait Implementations§
Source§impl Clone for GetAuditsParams
impl Clone for GetAuditsParams
Source§fn clone(&self) -> GetAuditsParams
fn clone(&self) -> GetAuditsParams
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 moreAuto Trait Implementations§
impl Freeze for GetAuditsParams
impl RefUnwindSafe for GetAuditsParams
impl Send for GetAuditsParams
impl Sync for GetAuditsParams
impl Unpin for GetAuditsParams
impl UnwindSafe for GetAuditsParams
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