pub struct VirtualGatewayListenerTlsAcmCertificate {
pub certificate_arn: String,
}Expand description
An object that represents an AWS Certicate Manager (ACM) certificate.
Fields§
§certificate_arn: StringThe Amazon Resource Name (ARN) for the certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS).
Trait Implementations§
Source§impl Clone for VirtualGatewayListenerTlsAcmCertificate
impl Clone for VirtualGatewayListenerTlsAcmCertificate
Source§fn clone(&self) -> VirtualGatewayListenerTlsAcmCertificate
fn clone(&self) -> VirtualGatewayListenerTlsAcmCertificate
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 VirtualGatewayListenerTlsAcmCertificate
impl Default for VirtualGatewayListenerTlsAcmCertificate
Source§fn default() -> VirtualGatewayListenerTlsAcmCertificate
fn default() -> VirtualGatewayListenerTlsAcmCertificate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VirtualGatewayListenerTlsAcmCertificate
impl<'de> Deserialize<'de> for VirtualGatewayListenerTlsAcmCertificate
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 VirtualGatewayListenerTlsAcmCertificate
impl PartialEq for VirtualGatewayListenerTlsAcmCertificate
Source§fn eq(&self, other: &VirtualGatewayListenerTlsAcmCertificate) -> bool
fn eq(&self, other: &VirtualGatewayListenerTlsAcmCertificate) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VirtualGatewayListenerTlsAcmCertificate
Auto Trait Implementations§
impl Freeze for VirtualGatewayListenerTlsAcmCertificate
impl RefUnwindSafe for VirtualGatewayListenerTlsAcmCertificate
impl Send for VirtualGatewayListenerTlsAcmCertificate
impl Sync for VirtualGatewayListenerTlsAcmCertificate
impl Unpin for VirtualGatewayListenerTlsAcmCertificate
impl UnwindSafe for VirtualGatewayListenerTlsAcmCertificate
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