#[non_exhaustive]pub struct UpdatePartnerStatusOutput { /* private fields */ }
Implementations§
source§impl UpdatePartnerStatusOutput
impl UpdatePartnerStatusOutput
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.
source§impl UpdatePartnerStatusOutput
impl UpdatePartnerStatusOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdatePartnerStatusOutput
.
Trait Implementations§
source§impl Clone for UpdatePartnerStatusOutput
impl Clone for UpdatePartnerStatusOutput
source§fn clone(&self) -> UpdatePartnerStatusOutput
fn clone(&self) -> UpdatePartnerStatusOutput
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 UpdatePartnerStatusOutput
impl Debug for UpdatePartnerStatusOutput
source§impl PartialEq<UpdatePartnerStatusOutput> for UpdatePartnerStatusOutput
impl PartialEq<UpdatePartnerStatusOutput> for UpdatePartnerStatusOutput
source§fn eq(&self, other: &UpdatePartnerStatusOutput) -> bool
fn eq(&self, other: &UpdatePartnerStatusOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.