Struct rusoto_cloudfront::TagKeys [] [src]

pub struct TagKeys {
    pub items: Option<TagKeyList>,
}

A complex type that contains zero or more Tag elements.

Fields

A complex type that contains Tag key elements.

Trait Implementations

impl Default for TagKeys
[src]

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

impl Clone for TagKeys
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TagKeys
[src]

Formats the value using the given formatter.