Struct aws_sdk_redshift::input::DeauthorizeDataShareInput
source · #[non_exhaustive]pub struct DeauthorizeDataShareInput { /* private fields */ }
Implementations§
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeauthorizeDataShare, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeauthorizeDataShare, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeauthorizeDataShare
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeauthorizeDataShareInput
.
The Amazon Resource Name (ARN) of the datashare to remove authorization from.
sourcepub fn consumer_identifier(&self) -> Option<&str>
pub fn consumer_identifier(&self) -> Option<&str>
The identifier of the data consumer that is to have authorization removed from the datashare. This identifier is an Amazon Web Services account ID or a keyword, such as ADX.
Trait Implementations§
source§fn clone(&self) -> DeauthorizeDataShareInput
fn clone(&self) -> DeauthorizeDataShareInput
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: &DeauthorizeDataShareInput) -> bool
fn eq(&self, other: &DeauthorizeDataShareInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.