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]

[src]

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

impl Debug for GetCertificateResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetCertificateResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more