[][src]Struct rusoto_appmesh::ListenerTlsAcmCertificate

pub struct ListenerTlsAcmCertificate {
    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 ListenerTlsAcmCertificate[src]

impl Debug for ListenerTlsAcmCertificate[src]

impl Default for ListenerTlsAcmCertificate[src]

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

impl PartialEq<ListenerTlsAcmCertificate> for ListenerTlsAcmCertificate[src]

impl Serialize for ListenerTlsAcmCertificate[src]

impl StructuralPartialEq for ListenerTlsAcmCertificate[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> 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.