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]

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

impl Debug for DeleteLaunchTemplateVersionsResult
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteLaunchTemplateVersionsResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeleteLaunchTemplateVersionsResult
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations