Struct aws_sdk_eventbridge::input::UpdateArchiveInput
source · #[non_exhaustive]pub struct UpdateArchiveInput { /* private fields */ }Implementations§
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>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateArchiveInput.
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.
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 ==.