#[non_exhaustive]pub struct RejectDataShareInput { /* private fields */ }
Implementations§
The Amazon Resource Name (ARN) of the datashare to reject.
sourcepub fn builder() -> RejectDataShareInputBuilder
pub fn builder() -> RejectDataShareInputBuilder
Creates a new builder-style object to manufacture RejectDataShareInput
.
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RejectDataShare, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<RejectDataShare, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RejectDataShare
>
Trait Implementations§
source§fn clone(&self) -> RejectDataShareInput
fn clone(&self) -> RejectDataShareInput
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§fn eq(&self, other: &RejectDataShareInput) -> bool
fn eq(&self, other: &RejectDataShareInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.Auto Trait Implementations§
Blanket Implementations§
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more