Struct rusoto_acm::GetCertificateResponse[][src]

pub struct GetCertificateResponse {
    pub certificate: Option<String>,
    pub certificate_chain: Option<String>,
}

Fields

String that contains the ACM certificate represented by the ARN specified at input.

The certificate chain that contains the root certificate issued by the certificate authority (CA).

Trait Implementations

impl Default for GetCertificateResponse
[src]

Returns the "default value" for a type. Read more

impl Debug for GetCertificateResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for GetCertificateResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetCertificateResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations