Struct aws_sdk_emr::types::UsernamePassword
source · #[non_exhaustive]pub struct UsernamePassword { /* private fields */ }Expand description
The username and password that you use to connect to cluster endpoints.
Implementations§
source§impl UsernamePassword
impl UsernamePassword
sourcepub fn builder() -> UsernamePasswordBuilder
pub fn builder() -> UsernamePasswordBuilder
Creates a new builder-style object to manufacture UsernamePassword.
Trait Implementations§
source§impl Clone for UsernamePassword
impl Clone for UsernamePassword
source§fn clone(&self) -> UsernamePassword
fn clone(&self) -> UsernamePassword
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 UsernamePassword
impl Debug for UsernamePassword
source§impl PartialEq<UsernamePassword> for UsernamePassword
impl PartialEq<UsernamePassword> for UsernamePassword
source§fn eq(&self, other: &UsernamePassword) -> bool
fn eq(&self, other: &UsernamePassword) -> bool
This method tests for
self and other values to be equal, and is used
by ==.