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]

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

impl Debug for ListTagsForCertificateResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for ListTagsForCertificateResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ListTagsForCertificateResponse
[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