#[non_exhaustive]pub struct CreateLaunchTemplateVersionOutput { /* private fields */ }
Implementations§
source§impl CreateLaunchTemplateVersionOutput
impl CreateLaunchTemplateVersionOutput
sourcepub fn launch_template_version(&self) -> Option<&LaunchTemplateVersion>
pub fn launch_template_version(&self) -> Option<&LaunchTemplateVersion>
Information about the launch template version.
sourcepub fn warning(&self) -> Option<&ValidationWarning>
pub fn warning(&self) -> Option<&ValidationWarning>
If the new version of 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 CreateLaunchTemplateVersionOutput
impl CreateLaunchTemplateVersionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateLaunchTemplateVersionOutput
.
Trait Implementations§
source§impl Clone for CreateLaunchTemplateVersionOutput
impl Clone for CreateLaunchTemplateVersionOutput
source§fn clone(&self) -> CreateLaunchTemplateVersionOutput
fn clone(&self) -> CreateLaunchTemplateVersionOutput
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 PartialEq<CreateLaunchTemplateVersionOutput> for CreateLaunchTemplateVersionOutput
impl PartialEq<CreateLaunchTemplateVersionOutput> for CreateLaunchTemplateVersionOutput
source§fn eq(&self, other: &CreateLaunchTemplateVersionOutput) -> bool
fn eq(&self, other: &CreateLaunchTemplateVersionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.