pub struct CreateCertificateAuthorityResponse {
pub certificate_authority_arn: Option<String>,
}
Fields§
If successful, the Amazon Resource Name (ARN) of the certificate authority (CA). This is of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
.
Trait Implementations§
Source§impl Clone for CreateCertificateAuthorityResponse
impl Clone for CreateCertificateAuthorityResponse
Source§fn clone(&self) -> CreateCertificateAuthorityResponse
fn clone(&self) -> CreateCertificateAuthorityResponse
Returns a duplicate 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 Default for CreateCertificateAuthorityResponse
impl Default for CreateCertificateAuthorityResponse
Source§fn default() -> CreateCertificateAuthorityResponse
fn default() -> CreateCertificateAuthorityResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateCertificateAuthorityResponse
impl<'de> Deserialize<'de> for CreateCertificateAuthorityResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CreateCertificateAuthorityResponse
impl PartialEq for CreateCertificateAuthorityResponse
Source§fn eq(&self, other: &CreateCertificateAuthorityResponse) -> bool
fn eq(&self, other: &CreateCertificateAuthorityResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CreateCertificateAuthorityResponse
Auto Trait Implementations§
impl Freeze for CreateCertificateAuthorityResponse
impl RefUnwindSafe for CreateCertificateAuthorityResponse
impl Send for CreateCertificateAuthorityResponse
impl Sync for CreateCertificateAuthorityResponse
impl Unpin for CreateCertificateAuthorityResponse
impl UnwindSafe for CreateCertificateAuthorityResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more