[][src]Struct rusoto_appmesh::VirtualGatewayListenerTlsAcmCertificate

pub struct VirtualGatewayListenerTlsAcmCertificate {
    pub certificate_arn: String,
}

An object that represents an AWS Certicate Manager (ACM) certificate.

Fields

certificate_arn: String

The 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

impl Clone for VirtualGatewayListenerTlsAcmCertificate[src]

impl Debug for VirtualGatewayListenerTlsAcmCertificate[src]

impl Default for VirtualGatewayListenerTlsAcmCertificate[src]

impl<'de> Deserialize<'de> for VirtualGatewayListenerTlsAcmCertificate[src]

impl PartialEq<VirtualGatewayListenerTlsAcmCertificate> for VirtualGatewayListenerTlsAcmCertificate[src]

impl Serialize for VirtualGatewayListenerTlsAcmCertificate[src]

impl StructuralPartialEq for VirtualGatewayListenerTlsAcmCertificate[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.