Struct aws_sdk_ec2::output::CreateLaunchTemplateOutput
source · #[non_exhaustive]pub struct CreateLaunchTemplateOutput { /* private fields */ }
Implementations§
source§impl CreateLaunchTemplateOutput
impl CreateLaunchTemplateOutput
sourcepub fn launch_template(&self) -> Option<&LaunchTemplate>
pub fn launch_template(&self) -> Option<&LaunchTemplate>
Information about the launch template.
sourcepub fn warning(&self) -> Option<&ValidationWarning>
pub fn warning(&self) -> Option<&ValidationWarning>
If the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that's found.
source§impl CreateLaunchTemplateOutput
impl CreateLaunchTemplateOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateLaunchTemplateOutput
.
Trait Implementations§
source§impl Clone for CreateLaunchTemplateOutput
impl Clone for CreateLaunchTemplateOutput
source§fn clone(&self) -> CreateLaunchTemplateOutput
fn clone(&self) -> CreateLaunchTemplateOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CreateLaunchTemplateOutput
impl Debug for CreateLaunchTemplateOutput
source§impl PartialEq<CreateLaunchTemplateOutput> for CreateLaunchTemplateOutput
impl PartialEq<CreateLaunchTemplateOutput> for CreateLaunchTemplateOutput
source§fn eq(&self, other: &CreateLaunchTemplateOutput) -> bool
fn eq(&self, other: &CreateLaunchTemplateOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.