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