Struct aws_sdk_redshift::input::DescribePartnersInput
source · #[non_exhaustive]pub struct DescribePartnersInput { /* private fields */ }
Implementations§
source§impl DescribePartnersInput
impl DescribePartnersInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribePartners, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribePartners, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribePartners
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribePartnersInput
.
source§impl DescribePartnersInput
impl DescribePartnersInput
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The Amazon Web Services account ID that owns the cluster.
sourcepub fn cluster_identifier(&self) -> Option<&str>
pub fn cluster_identifier(&self) -> Option<&str>
The cluster identifier of the cluster whose partner integration is being described.
sourcepub fn database_name(&self) -> Option<&str>
pub fn database_name(&self) -> Option<&str>
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.
sourcepub fn partner_name(&self) -> Option<&str>
pub fn partner_name(&self) -> Option<&str>
The name of the partner that is being described. If partner name is not specified, then all partner integrations are described.
Trait Implementations§
source§impl Clone for DescribePartnersInput
impl Clone for DescribePartnersInput
source§fn clone(&self) -> DescribePartnersInput
fn clone(&self) -> DescribePartnersInput
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 DescribePartnersInput
impl Debug for DescribePartnersInput
source§impl PartialEq<DescribePartnersInput> for DescribePartnersInput
impl PartialEq<DescribePartnersInput> for DescribePartnersInput
source§fn eq(&self, other: &DescribePartnersInput) -> bool
fn eq(&self, other: &DescribePartnersInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.