pub struct DescribeCertificateAuthorityRequest {
pub certificate_authority_arn: String,
}
Fields§
The Amazon Resource Name (ARN) that was returned when you called CreateCertificateAuthority. This must be of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
.
Trait Implementations§
Source§impl Clone for DescribeCertificateAuthorityRequest
impl Clone for DescribeCertificateAuthorityRequest
Source§fn clone(&self) -> DescribeCertificateAuthorityRequest
fn clone(&self) -> DescribeCertificateAuthorityRequest
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 DescribeCertificateAuthorityRequest
impl Default for DescribeCertificateAuthorityRequest
Source§fn default() -> DescribeCertificateAuthorityRequest
fn default() -> DescribeCertificateAuthorityRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeCertificateAuthorityRequest
impl PartialEq for DescribeCertificateAuthorityRequest
Source§fn eq(&self, other: &DescribeCertificateAuthorityRequest) -> bool
fn eq(&self, other: &DescribeCertificateAuthorityRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DescribeCertificateAuthorityRequest
Auto Trait Implementations§
impl Freeze for DescribeCertificateAuthorityRequest
impl RefUnwindSafe for DescribeCertificateAuthorityRequest
impl Send for DescribeCertificateAuthorityRequest
impl Sync for DescribeCertificateAuthorityRequest
impl Unpin for DescribeCertificateAuthorityRequest
impl UnwindSafe for DescribeCertificateAuthorityRequest
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