Struct rusoto_autoscaling::LaunchTemplateSpecification [] [src]

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

Describes a launch template.

Fields

The ID of the launch template. You must specify either a template ID or a template name.

The name of the launch template. You must specify either a template name or a template ID.

The version number. By default, the default version of the launch template is used.

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