#[non_exhaustive]pub struct GetRegistrationCodeOutput { /* private fields */ }
Expand description
The output from the GetRegistrationCode operation.
Implementations§
source§impl GetRegistrationCodeOutput
impl GetRegistrationCodeOutput
sourcepub fn registration_code(&self) -> Option<&str>
pub fn registration_code(&self) -> Option<&str>
The CA certificate registration code.
source§impl GetRegistrationCodeOutput
impl GetRegistrationCodeOutput
sourcepub fn builder() -> GetRegistrationCodeOutputBuilder
pub fn builder() -> GetRegistrationCodeOutputBuilder
Creates a new builder-style object to manufacture GetRegistrationCodeOutput
.
Trait Implementations§
source§impl Clone for GetRegistrationCodeOutput
impl Clone for GetRegistrationCodeOutput
source§fn clone(&self) -> GetRegistrationCodeOutput
fn clone(&self) -> GetRegistrationCodeOutput
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 GetRegistrationCodeOutput
impl Debug for GetRegistrationCodeOutput
source§impl PartialEq<GetRegistrationCodeOutput> for GetRegistrationCodeOutput
impl PartialEq<GetRegistrationCodeOutput> for GetRegistrationCodeOutput
source§fn eq(&self, other: &GetRegistrationCodeOutput) -> bool
fn eq(&self, other: &GetRegistrationCodeOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetRegistrationCodeOutput
impl RequestId for GetRegistrationCodeOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.