#[non_exhaustive]pub struct FastLaunchLaunchTemplateSpecificationResponse { /* private fields */ }
Expand description
Identifies the launch template to use for faster launching of the Windows AMI.
Implementations
sourceimpl FastLaunchLaunchTemplateSpecificationResponse
impl FastLaunchLaunchTemplateSpecificationResponse
sourcepub fn launch_template_id(&self) -> Option<&str>
pub fn launch_template_id(&self) -> Option<&str>
The ID of the launch template for faster launching of the associated Windows AMI.
sourcepub fn launch_template_name(&self) -> Option<&str>
pub fn launch_template_name(&self) -> Option<&str>
The name of the launch template for faster launching of the associated Windows AMI.
sourceimpl FastLaunchLaunchTemplateSpecificationResponse
impl FastLaunchLaunchTemplateSpecificationResponse
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FastLaunchLaunchTemplateSpecificationResponse
.
Trait Implementations
sourceimpl Clone for FastLaunchLaunchTemplateSpecificationResponse
impl Clone for FastLaunchLaunchTemplateSpecificationResponse
sourcefn clone(&self) -> FastLaunchLaunchTemplateSpecificationResponse
fn clone(&self) -> FastLaunchLaunchTemplateSpecificationResponse
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 PartialEq<FastLaunchLaunchTemplateSpecificationResponse> for FastLaunchLaunchTemplateSpecificationResponse
impl PartialEq<FastLaunchLaunchTemplateSpecificationResponse> for FastLaunchLaunchTemplateSpecificationResponse
sourcefn eq(&self, other: &FastLaunchLaunchTemplateSpecificationResponse) -> bool
fn eq(&self, other: &FastLaunchLaunchTemplateSpecificationResponse) -> bool
impl StructuralPartialEq for FastLaunchLaunchTemplateSpecificationResponse
Auto Trait Implementations
impl RefUnwindSafe for FastLaunchLaunchTemplateSpecificationResponse
impl Send for FastLaunchLaunchTemplateSpecificationResponse
impl Sync for FastLaunchLaunchTemplateSpecificationResponse
impl Unpin for FastLaunchLaunchTemplateSpecificationResponse
impl UnwindSafe for FastLaunchLaunchTemplateSpecificationResponse
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