#[non_exhaustive]pub struct ListEventSourceMappingsInput { /* private fields */ }
Implementations§
source§impl ListEventSourceMappingsInput
impl ListEventSourceMappingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListEventSourceMappings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListEventSourceMappings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListEventSourceMappings
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListEventSourceMappingsInput
.
source§impl ListEventSourceMappingsInput
impl ListEventSourceMappingsInput
sourcepub fn event_source_arn(&self) -> Option<&str>
pub fn event_source_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the event source.
-
Amazon Kinesis – The ARN of the data stream or a stream consumer.
-
Amazon DynamoDB Streams – The ARN of the stream.
-
Amazon Simple Queue Service – The ARN of the queue.
-
Amazon Managed Streaming for Apache Kafka – The ARN of the cluster.
-
Amazon MQ – The ARN of the broker.
sourcepub fn function_name(&self) -> Option<&str>
pub fn function_name(&self) -> Option<&str>
The name of the Lambda function.
Name formats
-
Function name –
MyFunction
. -
Function ARN –
arn:aws:lambda:us-west-2:123456789012:function:MyFunction
. -
Version or Alias ARN –
arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD
. -
Partial ARN –
123456789012:function:MyFunction
.
The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64 characters in length.
Trait Implementations§
source§impl Clone for ListEventSourceMappingsInput
impl Clone for ListEventSourceMappingsInput
source§fn clone(&self) -> ListEventSourceMappingsInput
fn clone(&self) -> ListEventSourceMappingsInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListEventSourceMappingsInput
impl Debug for ListEventSourceMappingsInput
source§impl PartialEq<ListEventSourceMappingsInput> for ListEventSourceMappingsInput
impl PartialEq<ListEventSourceMappingsInput> for ListEventSourceMappingsInput
source§fn eq(&self, other: &ListEventSourceMappingsInput) -> bool
fn eq(&self, other: &ListEventSourceMappingsInput) -> bool
self
and other
values to be equal, and is used
by ==
.