#[non_exhaustive]pub struct UpdateArchiveInput { /* private fields */ }Implementations§
source§impl UpdateArchiveInput
impl UpdateArchiveInput
sourcepub fn archive_name(&self) -> Option<&str>
pub fn archive_name(&self) -> Option<&str>
The name of the archive to update.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description for the archive.
sourcepub fn event_pattern(&self) -> Option<&str>
pub fn event_pattern(&self) -> Option<&str>
The event pattern to use to filter events sent to the archive.
sourcepub fn retention_days(&self) -> Option<i32>
pub fn retention_days(&self) -> Option<i32>
The number of days to retain events in the archive.
source§impl UpdateArchiveInput
impl UpdateArchiveInput
sourcepub fn builder() -> UpdateArchiveInputBuilder
pub fn builder() -> UpdateArchiveInputBuilder
Creates a new builder-style object to manufacture UpdateArchiveInput.
source§impl UpdateArchiveInput
impl UpdateArchiveInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateArchive, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateArchive, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateArchive>
Trait Implementations§
source§impl Clone for UpdateArchiveInput
impl Clone for UpdateArchiveInput
source§fn clone(&self) -> UpdateArchiveInput
fn clone(&self) -> UpdateArchiveInput
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 UpdateArchiveInput
impl Debug for UpdateArchiveInput
source§impl PartialEq<UpdateArchiveInput> for UpdateArchiveInput
impl PartialEq<UpdateArchiveInput> for UpdateArchiveInput
source§fn eq(&self, other: &UpdateArchiveInput) -> bool
fn eq(&self, other: &UpdateArchiveInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateArchiveInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateArchiveInput
impl Send for UpdateArchiveInput
impl Sync for UpdateArchiveInput
impl Unpin for UpdateArchiveInput
impl UnwindSafe for UpdateArchiveInput
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