Struct aws_sdk_eventbridge::input::UpdateArchiveInput
source · [−]#[non_exhaustive]pub struct UpdateArchiveInput { /* private fields */ }
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateArchiveInput
.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for UpdateArchiveInput
impl Clone for UpdateArchiveInput
sourcefn clone(&self) -> UpdateArchiveInput
fn clone(&self) -> UpdateArchiveInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UpdateArchiveInput
impl Debug for UpdateArchiveInput
sourceimpl PartialEq<UpdateArchiveInput> for UpdateArchiveInput
impl PartialEq<UpdateArchiveInput> for UpdateArchiveInput
sourcefn eq(&self, other: &UpdateArchiveInput) -> bool
fn eq(&self, other: &UpdateArchiveInput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more