Struct aws_sdk_pipes::types::PipeEnrichmentHttpParameters
source · #[non_exhaustive]pub struct PipeEnrichmentHttpParameters { /* private fields */ }
Expand description
These are custom parameter to be used when the target is an API Gateway REST APIs or EventBridge ApiDestinations. In the latter case, these are merged with any InvocationParameters specified on the Connection, with any values from the Connection taking precedence.
Implementations§
source§impl PipeEnrichmentHttpParameters
impl PipeEnrichmentHttpParameters
sourcepub fn path_parameter_values(&self) -> Option<&[String]>
pub fn path_parameter_values(&self) -> Option<&[String]>
The path parameter values to be used to populate API Gateway REST API or EventBridge ApiDestination path wildcards ("*").
source§impl PipeEnrichmentHttpParameters
impl PipeEnrichmentHttpParameters
sourcepub fn builder() -> PipeEnrichmentHttpParametersBuilder
pub fn builder() -> PipeEnrichmentHttpParametersBuilder
Creates a new builder-style object to manufacture PipeEnrichmentHttpParameters
.
Trait Implementations§
source§impl Clone for PipeEnrichmentHttpParameters
impl Clone for PipeEnrichmentHttpParameters
source§fn clone(&self) -> PipeEnrichmentHttpParameters
fn clone(&self) -> PipeEnrichmentHttpParameters
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 PipeEnrichmentHttpParameters
impl Debug for PipeEnrichmentHttpParameters
source§impl PartialEq<PipeEnrichmentHttpParameters> for PipeEnrichmentHttpParameters
impl PartialEq<PipeEnrichmentHttpParameters> for PipeEnrichmentHttpParameters
source§fn eq(&self, other: &PipeEnrichmentHttpParameters) -> bool
fn eq(&self, other: &PipeEnrichmentHttpParameters) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PipeEnrichmentHttpParameters
Auto Trait Implementations§
impl RefUnwindSafe for PipeEnrichmentHttpParameters
impl Send for PipeEnrichmentHttpParameters
impl Sync for PipeEnrichmentHttpParameters
impl Unpin for PipeEnrichmentHttpParameters
impl UnwindSafe for PipeEnrichmentHttpParameters
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more