Struct aws_sdk_redshift::model::PartnerIntegrationInfo
source · #[non_exhaustive]pub struct PartnerIntegrationInfo { /* private fields */ }
Expand description
Describes a partner integration.
Implementations§
source§impl PartnerIntegrationInfo
impl PartnerIntegrationInfo
sourcepub fn database_name(&self) -> Option<&str>
pub fn database_name(&self) -> Option<&str>
The name of the database that receives data from a partner.
sourcepub fn partner_name(&self) -> Option<&str>
pub fn partner_name(&self) -> Option<&str>
The name of the partner.
sourcepub fn status(&self) -> Option<&PartnerIntegrationStatus>
pub fn status(&self) -> Option<&PartnerIntegrationStatus>
The partner integration status.
sourcepub fn status_message(&self) -> Option<&str>
pub fn status_message(&self) -> Option<&str>
The status message provided by the partner.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The date (UTC) that the partner integration was created.
sourcepub fn updated_at(&self) -> Option<&DateTime>
pub fn updated_at(&self) -> Option<&DateTime>
The date (UTC) that the partner integration status was last updated by the partner.
source§impl PartnerIntegrationInfo
impl PartnerIntegrationInfo
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PartnerIntegrationInfo
.
Trait Implementations§
source§impl Clone for PartnerIntegrationInfo
impl Clone for PartnerIntegrationInfo
source§fn clone(&self) -> PartnerIntegrationInfo
fn clone(&self) -> PartnerIntegrationInfo
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 PartnerIntegrationInfo
impl Debug for PartnerIntegrationInfo
source§impl PartialEq<PartnerIntegrationInfo> for PartnerIntegrationInfo
impl PartialEq<PartnerIntegrationInfo> for PartnerIntegrationInfo
source§fn eq(&self, other: &PartnerIntegrationInfo) -> bool
fn eq(&self, other: &PartnerIntegrationInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.