Struct aws_sdk_redshift::input::AddPartnerInput
source · #[non_exhaustive]pub struct AddPartnerInput { /* private fields */ }
Implementations§
source§impl AddPartnerInput
impl AddPartnerInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AddPartner, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AddPartner, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AddPartner
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AddPartnerInput
.
source§impl AddPartnerInput
impl AddPartnerInput
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 AddPartnerInput
impl Clone for AddPartnerInput
source§fn clone(&self) -> AddPartnerInput
fn clone(&self) -> AddPartnerInput
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 AddPartnerInput
impl Debug for AddPartnerInput
source§impl PartialEq<AddPartnerInput> for AddPartnerInput
impl PartialEq<AddPartnerInput> for AddPartnerInput
source§fn eq(&self, other: &AddPartnerInput) -> bool
fn eq(&self, other: &AddPartnerInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.