Struct aws_sdk_pipes::model::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() -> Builder
pub fn builder() -> Builder
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 ==
.