Struct rusoto_ec2::DescribeBundleTasksResult [] [src]

pub struct DescribeBundleTasksResult {
    pub bundle_tasks: Option<Vec<BundleTask>>,
}

Contains the output of DescribeBundleTasks.

Fields

Information about one or more bundle tasks.

Trait Implementations

impl Default for DescribeBundleTasksResult
[src]

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

impl Debug for DescribeBundleTasksResult
[src]

Formats the value using the given formatter.

impl Clone for DescribeBundleTasksResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more