Struct aws_sdk_eventbridge::input::ListArchivesInput
source · #[non_exhaustive]pub struct ListArchivesInput { /* private fields */ }Implementations§
source§impl ListArchivesInput
impl ListArchivesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListArchives, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListArchives, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListArchives>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListArchivesInput.
source§impl ListArchivesInput
impl ListArchivesInput
sourcepub fn name_prefix(&self) -> Option<&str>
pub fn name_prefix(&self) -> Option<&str>
A name prefix to filter the archives returned. Only archives with name that match the prefix are returned.
sourcepub fn event_source_arn(&self) -> Option<&str>
pub fn event_source_arn(&self) -> Option<&str>
The ARN of the event source associated with the archive.
sourcepub fn state(&self) -> Option<&ArchiveState>
pub fn state(&self) -> Option<&ArchiveState>
The state of the archive.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token returned by a previous call to retrieve the next set of results.
Trait Implementations§
source§impl Clone for ListArchivesInput
impl Clone for ListArchivesInput
source§fn clone(&self) -> ListArchivesInput
fn clone(&self) -> ListArchivesInput
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 ListArchivesInput
impl Debug for ListArchivesInput
source§impl PartialEq<ListArchivesInput> for ListArchivesInput
impl PartialEq<ListArchivesInput> for ListArchivesInput
source§fn eq(&self, other: &ListArchivesInput) -> bool
fn eq(&self, other: &ListArchivesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.