Struct aws_sdk_pipes::model::PipeTargetHttpParameters
source · #[non_exhaustive]pub struct PipeTargetHttpParameters { /* private fields */ }
Expand description
These are custom parameter to be used when the target is an API Gateway REST APIs or EventBridge ApiDestinations.
Implementations§
source§impl PipeTargetHttpParameters
impl PipeTargetHttpParameters
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 PipeTargetHttpParameters
impl PipeTargetHttpParameters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PipeTargetHttpParameters
.
Trait Implementations§
source§impl Clone for PipeTargetHttpParameters
impl Clone for PipeTargetHttpParameters
source§fn clone(&self) -> PipeTargetHttpParameters
fn clone(&self) -> PipeTargetHttpParameters
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 PipeTargetHttpParameters
impl Debug for PipeTargetHttpParameters
source§impl PartialEq<PipeTargetHttpParameters> for PipeTargetHttpParameters
impl PartialEq<PipeTargetHttpParameters> for PipeTargetHttpParameters
source§fn eq(&self, other: &PipeTargetHttpParameters) -> bool
fn eq(&self, other: &PipeTargetHttpParameters) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.