Struct aws_sdk_imagebuilder::model::LaunchTemplateConfiguration [−][src]
#[non_exhaustive]pub struct LaunchTemplateConfiguration {
pub launch_template_id: Option<String>,
pub account_id: Option<String>,
pub set_default_version: bool,
}
Expand description
Identifies an Amazon EC2 launch template to use for a specific account.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.launch_template_id: Option<String>
Identifies the Amazon EC2 launch template to use.
account_id: Option<String>
The account ID that this configuration applies to.
set_default_version: bool
Set the specified Amazon EC2 launch template as the default launch template for the specified account.
Implementations
Identifies the Amazon EC2 launch template to use.
The account ID that this configuration applies to.
Set the specified Amazon EC2 launch template as the default launch template for the specified account.
Creates a new builder-style object to manufacture LaunchTemplateConfiguration
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for LaunchTemplateConfiguration
impl Send for LaunchTemplateConfiguration
impl Sync for LaunchTemplateConfiguration
impl Unpin for LaunchTemplateConfiguration
impl UnwindSafe for LaunchTemplateConfiguration
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more