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]

[src]

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

impl Debug for DeleteLaunchTemplateVersionsResponseSuccessItem
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteLaunchTemplateVersionsResponseSuccessItem
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations