pub struct GetCertificateAuthorityCsrRequest {
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 GetCertificateAuthorityCsrRequest
impl Clone for GetCertificateAuthorityCsrRequest
Source§fn clone(&self) -> GetCertificateAuthorityCsrRequest
fn clone(&self) -> GetCertificateAuthorityCsrRequest
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 GetCertificateAuthorityCsrRequest
impl Default for GetCertificateAuthorityCsrRequest
Source§fn default() -> GetCertificateAuthorityCsrRequest
fn default() -> GetCertificateAuthorityCsrRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetCertificateAuthorityCsrRequest
impl PartialEq for GetCertificateAuthorityCsrRequest
Source§fn eq(&self, other: &GetCertificateAuthorityCsrRequest) -> bool
fn eq(&self, other: &GetCertificateAuthorityCsrRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetCertificateAuthorityCsrRequest
Auto Trait Implementations§
impl Freeze for GetCertificateAuthorityCsrRequest
impl RefUnwindSafe for GetCertificateAuthorityCsrRequest
impl Send for GetCertificateAuthorityCsrRequest
impl Sync for GetCertificateAuthorityCsrRequest
impl Unpin for GetCertificateAuthorityCsrRequest
impl UnwindSafe for GetCertificateAuthorityCsrRequest
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