Struct aws_sdk_redshift::model::PartnerIntegrationInfo
source · [−]#[non_exhaustive]pub struct PartnerIntegrationInfo {
pub database_name: Option<String>,
pub partner_name: Option<String>,
pub status: Option<PartnerIntegrationStatus>,
pub status_message: Option<String>,
pub created_at: Option<DateTime>,
pub updated_at: Option<DateTime>,
}
Expand description
Describes a partner integration.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.database_name: Option<String>
The name of the database that receives data from a partner.
partner_name: Option<String>
The name of the partner.
status: Option<PartnerIntegrationStatus>
The partner integration status.
status_message: Option<String>
The status message provided by the partner.
created_at: Option<DateTime>
The date (UTC) that the partner integration was created.
updated_at: Option<DateTime>
The date (UTC) that the partner integration status was last updated by the partner.
Implementations
The name of the database that receives data from a partner.
The name of the partner.
The partner integration status.
The status message provided by the partner.
The date (UTC) that the partner integration was created.
The date (UTC) that the partner integration status was last updated by the partner.
Creates a new builder-style object to manufacture PartnerIntegrationInfo
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PartnerIntegrationInfo
impl Send for PartnerIntegrationInfo
impl Sync for PartnerIntegrationInfo
impl Unpin for PartnerIntegrationInfo
impl UnwindSafe for PartnerIntegrationInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more