Struct rusoto_ecr::DescribeImagesFilter [] [src]

pub struct DescribeImagesFilter {
    pub tag_status: Option<String>,
}

An object representing a filter on a DescribeImages operation.

Fields

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

Trait Implementations

impl Default for DescribeImagesFilter
[src]

[src]

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

impl Debug for DescribeImagesFilter
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeImagesFilter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations