Struct aws_sdk_redshift::input::UpdatePartnerStatusInput
source · [−]#[non_exhaustive]pub struct UpdatePartnerStatusInput {
pub account_id: Option<String>,
pub cluster_identifier: Option<String>,
pub database_name: Option<String>,
pub partner_name: Option<String>,
pub status: Option<PartnerIntegrationStatus>,
pub status_message: Option<String>,
}
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.account_id: Option<String>
The Amazon Web Services account ID that owns the cluster.
cluster_identifier: Option<String>
The cluster identifier of the cluster whose partner integration status is being updated.
database_name: Option<String>
The name of the database whose partner integration status is being updated.
partner_name: Option<String>
The name of the partner whose integration status is being updated.
status: Option<PartnerIntegrationStatus>
The value of the updated status.
status_message: Option<String>
The status message provided by the partner.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdatePartnerStatus, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdatePartnerStatus, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdatePartnerStatus
>
Creates a new builder-style object to manufacture UpdatePartnerStatusInput
The Amazon Web Services account ID that owns the cluster.
The cluster identifier of the cluster whose partner integration status is being updated.
The name of the database whose partner integration status is being updated.
The name of the partner whose integration status is being updated.
The value of the updated status.
The status message provided by the partner.
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 UpdatePartnerStatusInput
impl Send for UpdatePartnerStatusInput
impl Sync for UpdatePartnerStatusInput
impl Unpin for UpdatePartnerStatusInput
impl UnwindSafe for UpdatePartnerStatusInput
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