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