Struct aws_sdk_redshift::input::DeletePartnerInput
source · #[non_exhaustive]pub struct DeletePartnerInput { /* private fields */ }
Implementations§
source§impl DeletePartnerInput
impl DeletePartnerInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeletePartner, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeletePartner, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeletePartner
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeletePartnerInput
.
source§impl DeletePartnerInput
impl DeletePartnerInput
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The Amazon Web Services account ID that owns the cluster.
sourcepub fn cluster_identifier(&self) -> Option<&str>
pub fn cluster_identifier(&self) -> Option<&str>
The cluster identifier of the cluster that receives data from the partner.
sourcepub fn database_name(&self) -> Option<&str>
pub fn database_name(&self) -> Option<&str>
The name of the database that receives data from the partner.
sourcepub fn partner_name(&self) -> Option<&str>
pub fn partner_name(&self) -> Option<&str>
The name of the partner that is authorized to send data.
Trait Implementations§
source§impl Clone for DeletePartnerInput
impl Clone for DeletePartnerInput
source§fn clone(&self) -> DeletePartnerInput
fn clone(&self) -> DeletePartnerInput
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§impl Debug for DeletePartnerInput
impl Debug for DeletePartnerInput
source§impl PartialEq<DeletePartnerInput> for DeletePartnerInput
impl PartialEq<DeletePartnerInput> for DeletePartnerInput
source§fn eq(&self, other: &DeletePartnerInput) -> bool
fn eq(&self, other: &DeletePartnerInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.