Struct aws_sdk_pipes::types::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() -> PipeTargetHttpParametersBuilder
pub fn builder() -> PipeTargetHttpParametersBuilder
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 ==
.impl StructuralPartialEq for PipeTargetHttpParameters
Auto Trait Implementations§
impl RefUnwindSafe for PipeTargetHttpParameters
impl Send for PipeTargetHttpParameters
impl Sync for PipeTargetHttpParameters
impl Unpin for PipeTargetHttpParameters
impl UnwindSafe for PipeTargetHttpParameters
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