#[non_exhaustive]pub struct DisassociateDataShareConsumerInput { /* private fields */ }
Implementations§
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateDataShareConsumer, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateDataShareConsumer, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DisassociateDataShareConsumer
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisassociateDataShareConsumerInput
.
The Amazon Resource Name (ARN) of the datashare to remove association for.
sourcepub fn disassociate_entire_account(&self) -> Option<bool>
pub fn disassociate_entire_account(&self) -> Option<bool>
A value that specifies whether association for the datashare is removed from the entire account.
sourcepub fn consumer_arn(&self) -> Option<&str>
pub fn consumer_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the consumer that association for the datashare is removed from.
sourcepub fn consumer_region(&self) -> Option<&str>
pub fn consumer_region(&self) -> Option<&str>
From a datashare consumer account, removes association of a datashare from all the existing and future namespaces in the specified Amazon Web Services Region.
Trait Implementations§
source§fn clone(&self) -> DisassociateDataShareConsumerInput
fn clone(&self) -> DisassociateDataShareConsumerInput
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: &DisassociateDataShareConsumerInput) -> bool
fn eq(&self, other: &DisassociateDataShareConsumerInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.