Struct aws_sdk_pipes::input::CreatePipeInput
source · #[non_exhaustive]pub struct CreatePipeInput { /* private fields */ }
Implementations§
source§impl CreatePipeInput
impl CreatePipeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreatePipe, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreatePipe, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreatePipe
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreatePipeInput
.
source§impl CreatePipeInput
impl CreatePipeInput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the pipe.
sourcepub fn desired_state(&self) -> Option<&RequestedPipeState>
pub fn desired_state(&self) -> Option<&RequestedPipeState>
The state the pipe should be in.
sourcepub fn source_parameters(&self) -> Option<&PipeSourceParameters>
pub fn source_parameters(&self) -> Option<&PipeSourceParameters>
The parameters required to set up a source for your pipe.
sourcepub fn enrichment(&self) -> Option<&str>
pub fn enrichment(&self) -> Option<&str>
The ARN of the enrichment resource.
sourcepub fn enrichment_parameters(&self) -> Option<&PipeEnrichmentParameters>
pub fn enrichment_parameters(&self) -> Option<&PipeEnrichmentParameters>
The parameters required to set up enrichment on your pipe.
sourcepub fn target_parameters(&self) -> Option<&PipeTargetParameters>
pub fn target_parameters(&self) -> Option<&PipeTargetParameters>
The parameters required to set up a target for your pipe.
sourcepub fn role_arn(&self) -> Option<&str>
pub fn role_arn(&self) -> Option<&str>
The ARN of the role that allows the pipe to send data to the target.
The list of key-value pairs to associate with the pipe.
Trait Implementations§
source§impl Clone for CreatePipeInput
impl Clone for CreatePipeInput
source§fn clone(&self) -> CreatePipeInput
fn clone(&self) -> CreatePipeInput
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 CreatePipeInput
impl Debug for CreatePipeInput
source§impl PartialEq<CreatePipeInput> for CreatePipeInput
impl PartialEq<CreatePipeInput> for CreatePipeInput
source§fn eq(&self, other: &CreatePipeInput) -> bool
fn eq(&self, other: &CreatePipeInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.