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