Struct rusoto_ec2::DeleteLaunchTemplateVersionsResult [] [src]

pub struct DeleteLaunchTemplateVersionsResult {
    pub successfully_deleted_launch_template_versions: Option<Vec<DeleteLaunchTemplateVersionsResponseSuccessItem>>,
    pub unsuccessfully_deleted_launch_template_versions: Option<Vec<DeleteLaunchTemplateVersionsResponseErrorItem>>,
}

Fields

Information about the launch template versions that were successfully deleted.

Information about the launch template versions that could not be deleted.

Trait Implementations

impl Default for DeleteLaunchTemplateVersionsResult
[src]

[src]

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

impl Debug for DeleteLaunchTemplateVersionsResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteLaunchTemplateVersionsResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations