Struct aws_sdk_eventbridge::input::DeleteArchiveInput
source · #[non_exhaustive]pub struct DeleteArchiveInput { /* private fields */ }Implementations§
source§impl DeleteArchiveInput
impl DeleteArchiveInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteArchive, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteArchive, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteArchive>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteArchiveInput.
source§impl DeleteArchiveInput
impl DeleteArchiveInput
sourcepub fn archive_name(&self) -> Option<&str>
pub fn archive_name(&self) -> Option<&str>
The name of the archive to delete.
Trait Implementations§
source§impl Clone for DeleteArchiveInput
impl Clone for DeleteArchiveInput
source§fn clone(&self) -> DeleteArchiveInput
fn clone(&self) -> DeleteArchiveInput
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 DeleteArchiveInput
impl Debug for DeleteArchiveInput
source§impl PartialEq<DeleteArchiveInput> for DeleteArchiveInput
impl PartialEq<DeleteArchiveInput> for DeleteArchiveInput
source§fn eq(&self, other: &DeleteArchiveInput) -> bool
fn eq(&self, other: &DeleteArchiveInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.