Struct rusoto_ecr::ListImagesFilter [] [src]

pub struct ListImagesFilter {
    pub tag_status: Option<TagStatus>,
}

An object representing a filter on a ListImages operation.

Fields

The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.

Trait Implementations

impl Default for ListImagesFilter
[src]

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

impl Debug for ListImagesFilter
[src]

Formats the value using the given formatter.

impl Clone for ListImagesFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more