Struct aws_sdk_redshift::input::DescribePartnersInput
source · [−]#[non_exhaustive]pub struct DescribePartnersInput {
pub account_id: Option<String>,
pub cluster_identifier: Option<String>,
pub database_name: Option<String>,
pub partner_name: 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 is being described.
database_name: Option<String>
The name of the database whose partner integration is being described. If database name is not specified, then all databases in the cluster are described.
partner_name: Option<String>
The name of the partner that is being described. If partner name is not specified, then all partner integrations are described.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribePartners, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribePartners, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribePartners
>
Creates a new builder-style object to manufacture DescribePartnersInput
The Amazon Web Services account ID that owns the cluster.
The cluster identifier of the cluster whose partner integration is being described.
The name of the database whose partner integration is being described. If database name is not specified, then all databases in the cluster are described.
The name of the partner that is being described. If partner name is not specified, then all partner integrations are described.
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 DescribePartnersInput
impl Send for DescribePartnersInput
impl Sync for DescribePartnersInput
impl Unpin for DescribePartnersInput
impl UnwindSafe for DescribePartnersInput
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