Struct rusoto_ec2::DeleteLaunchTemplateVersionsResponseSuccessItem[][src]

pub struct DeleteLaunchTemplateVersionsResponseSuccessItem {
    pub launch_template_id: Option<String>,
    pub launch_template_name: Option<String>,
    pub version_number: Option<i64>,
}

Describes a launch template version that was successfully deleted.

Fields

The ID of the launch template.

The name of the launch template.

The version number of the launch template.

Trait Implementations

impl Default for DeleteLaunchTemplateVersionsResponseSuccessItem
[src]

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

impl Debug for DeleteLaunchTemplateVersionsResponseSuccessItem
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteLaunchTemplateVersionsResponseSuccessItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeleteLaunchTemplateVersionsResponseSuccessItem
[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