Struct rusoto_ec2::LaunchTemplateSpecification [] [src]

pub struct LaunchTemplateSpecification {
    pub launch_template_id: Option<String>,
    pub launch_template_name: Option<String>,
    pub version: Option<String>,
}

The launch template to use. You must specify either the launch template ID or launch template name in the request.

Fields

The ID of the launch template.

The name of the launch template.

The version number of the launch template.

Default: The default version for the launch template.

Trait Implementations

impl Default for LaunchTemplateSpecification
[src]

[src]

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

impl Debug for LaunchTemplateSpecification
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for LaunchTemplateSpecification
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations