#[non_exhaustive]pub struct AuthorizeDataShareInput { /* private fields */ }
Implementations§
The Amazon Resource Name (ARN) of the datashare that producers are to authorize sharing for.
sourcepub fn consumer_identifier(&self) -> Option<&str>
pub fn consumer_identifier(&self) -> Option<&str>
The identifier of the data consumer that is authorized to access the datashare. This identifier is an Amazon Web Services account ID or a keyword, such as ADX.
sourcepub fn builder() -> AuthorizeDataShareInputBuilder
pub fn builder() -> AuthorizeDataShareInputBuilder
Creates a new builder-style object to manufacture AuthorizeDataShareInput
.
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AuthorizeDataShare, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<AuthorizeDataShare, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AuthorizeDataShare
>
Trait Implementations§
source§fn clone(&self) -> AuthorizeDataShareInput
fn clone(&self) -> AuthorizeDataShareInput
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: &AuthorizeDataShareInput) -> bool
fn eq(&self, other: &AuthorizeDataShareInput) -> 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