Struct rusoto_appstream::DescribeImagesRequest [] [src]

pub struct DescribeImagesRequest {
    pub names: Option<StringList>,
}

Fields

A specific list of images to describe.

Trait Implementations

impl Default for DescribeImagesRequest
[src]

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

impl Debug for DescribeImagesRequest
[src]

Formats the value using the given formatter.

impl Clone for DescribeImagesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more