#[non_exhaustive]pub struct UpdateProjectDataDeliveryInput { /* private fields */ }Implementations§
source§impl UpdateProjectDataDeliveryInput
 
impl UpdateProjectDataDeliveryInput
sourcepub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<UpdateProjectDataDelivery, AwsResponseRetryClassifier>, BuildError>
 
pub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<UpdateProjectDataDelivery, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateProjectDataDelivery>
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateProjectDataDeliveryInput.
source§impl UpdateProjectDataDeliveryInput
 
impl UpdateProjectDataDeliveryInput
sourcepub fn project(&self) -> Option<&str>
 
pub fn project(&self) -> Option<&str>
The name or ARN of the project that you want to modify the data storage options for.
sourcepub fn s3_destination(&self) -> Option<&S3DestinationConfig>
 
pub fn s3_destination(&self) -> Option<&S3DestinationConfig>
A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.
sourcepub fn cloud_watch_logs(&self) -> Option<&CloudWatchLogsDestinationConfig>
 
pub fn cloud_watch_logs(&self) -> Option<&CloudWatchLogsDestinationConfig>
A structure containing the CloudWatch Logs log group where you want to store evaluation events.
Trait Implementations§
source§impl Clone for UpdateProjectDataDeliveryInput
 
impl Clone for UpdateProjectDataDeliveryInput
source§fn clone(&self) -> UpdateProjectDataDeliveryInput
 
fn clone(&self) -> UpdateProjectDataDeliveryInput
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 PartialEq<UpdateProjectDataDeliveryInput> for UpdateProjectDataDeliveryInput
 
impl PartialEq<UpdateProjectDataDeliveryInput> for UpdateProjectDataDeliveryInput
source§fn eq(&self, other: &UpdateProjectDataDeliveryInput) -> bool
 
fn eq(&self, other: &UpdateProjectDataDeliveryInput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.