#[non_exhaustive]pub struct CreateAuthenticationProfileOutput { /* private fields */ }
Implementations§
source§impl CreateAuthenticationProfileOutput
impl CreateAuthenticationProfileOutput
sourcepub fn authentication_profile_name(&self) -> Option<&str>
pub fn authentication_profile_name(&self) -> Option<&str>
The name of the authentication profile that was created.
sourcepub fn authentication_profile_content(&self) -> Option<&str>
pub fn authentication_profile_content(&self) -> Option<&str>
The content of the authentication profile in JSON format.
source§impl CreateAuthenticationProfileOutput
impl CreateAuthenticationProfileOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateAuthenticationProfileOutput
.
Trait Implementations§
source§impl Clone for CreateAuthenticationProfileOutput
impl Clone for CreateAuthenticationProfileOutput
source§fn clone(&self) -> CreateAuthenticationProfileOutput
fn clone(&self) -> CreateAuthenticationProfileOutput
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<CreateAuthenticationProfileOutput> for CreateAuthenticationProfileOutput
impl PartialEq<CreateAuthenticationProfileOutput> for CreateAuthenticationProfileOutput
source§fn eq(&self, other: &CreateAuthenticationProfileOutput) -> bool
fn eq(&self, other: &CreateAuthenticationProfileOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.