Struct rusoto_acm::ListTagsForCertificateResponse [] [src]

pub struct ListTagsForCertificateResponse {
    pub tags: Option<Vec<Tag>>,
}

Fields

The key-value pairs that define the applied tags.

Trait Implementations

impl Default for ListTagsForCertificateResponse
[src]

[src]

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

impl Debug for ListTagsForCertificateResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListTagsForCertificateResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more