Struct aws_sdk_redshift::operation::delete_authentication_profile::DeleteAuthenticationProfileInput
source · #[non_exhaustive]pub struct DeleteAuthenticationProfileInput { /* private fields */ }
Implementations§
source§impl DeleteAuthenticationProfileInput
impl DeleteAuthenticationProfileInput
sourcepub fn authentication_profile_name(&self) -> Option<&str>
pub fn authentication_profile_name(&self) -> Option<&str>
The name of the authentication profile to delete.
source§impl DeleteAuthenticationProfileInput
impl DeleteAuthenticationProfileInput
sourcepub fn builder() -> DeleteAuthenticationProfileInputBuilder
pub fn builder() -> DeleteAuthenticationProfileInputBuilder
Creates a new builder-style object to manufacture DeleteAuthenticationProfileInput
.
source§impl DeleteAuthenticationProfileInput
impl DeleteAuthenticationProfileInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteAuthenticationProfile, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteAuthenticationProfile, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteAuthenticationProfile
>
Trait Implementations§
source§impl Clone for DeleteAuthenticationProfileInput
impl Clone for DeleteAuthenticationProfileInput
source§fn clone(&self) -> DeleteAuthenticationProfileInput
fn clone(&self) -> DeleteAuthenticationProfileInput
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 PartialEq<DeleteAuthenticationProfileInput> for DeleteAuthenticationProfileInput
impl PartialEq<DeleteAuthenticationProfileInput> for DeleteAuthenticationProfileInput
source§fn eq(&self, other: &DeleteAuthenticationProfileInput) -> bool
fn eq(&self, other: &DeleteAuthenticationProfileInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.