Struct aws_sdk_ec2::output::CreateLaunchTemplateOutput
source · [−]#[non_exhaustive]pub struct CreateLaunchTemplateOutput { /* private fields */ }
Implementations
sourceimpl 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.
sourceimpl CreateLaunchTemplateOutput
impl CreateLaunchTemplateOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateLaunchTemplateOutput
.
Trait Implementations
sourceimpl Clone for CreateLaunchTemplateOutput
impl Clone for CreateLaunchTemplateOutput
sourcefn clone(&self) -> CreateLaunchTemplateOutput
fn clone(&self) -> CreateLaunchTemplateOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CreateLaunchTemplateOutput
impl Debug for CreateLaunchTemplateOutput
sourceimpl PartialEq<CreateLaunchTemplateOutput> for CreateLaunchTemplateOutput
impl PartialEq<CreateLaunchTemplateOutput> for CreateLaunchTemplateOutput
sourcefn eq(&self, other: &CreateLaunchTemplateOutput) -> bool
fn eq(&self, other: &CreateLaunchTemplateOutput) -> bool
impl StructuralPartialEq for CreateLaunchTemplateOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateLaunchTemplateOutput
impl Send for CreateLaunchTemplateOutput
impl Sync for CreateLaunchTemplateOutput
impl Unpin for CreateLaunchTemplateOutput
impl UnwindSafe for CreateLaunchTemplateOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more