#[non_exhaustive]pub struct LaunchTemplateInstanceMarketOptions { /* private fields */ }
Expand description
The market (purchasing) option for the instances.
Implementations
sourceimpl LaunchTemplateInstanceMarketOptions
impl LaunchTemplateInstanceMarketOptions
sourcepub fn market_type(&self) -> Option<&MarketType>
pub fn market_type(&self) -> Option<&MarketType>
The market type.
sourcepub fn spot_options(&self) -> Option<&LaunchTemplateSpotMarketOptions>
pub fn spot_options(&self) -> Option<&LaunchTemplateSpotMarketOptions>
The options for Spot Instances.
sourceimpl LaunchTemplateInstanceMarketOptions
impl LaunchTemplateInstanceMarketOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LaunchTemplateInstanceMarketOptions
.
Trait Implementations
sourceimpl Clone for LaunchTemplateInstanceMarketOptions
impl Clone for LaunchTemplateInstanceMarketOptions
sourcefn clone(&self) -> LaunchTemplateInstanceMarketOptions
fn clone(&self) -> LaunchTemplateInstanceMarketOptions
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<LaunchTemplateInstanceMarketOptions> for LaunchTemplateInstanceMarketOptions
impl PartialEq<LaunchTemplateInstanceMarketOptions> for LaunchTemplateInstanceMarketOptions
sourcefn eq(&self, other: &LaunchTemplateInstanceMarketOptions) -> bool
fn eq(&self, other: &LaunchTemplateInstanceMarketOptions) -> bool
impl StructuralPartialEq for LaunchTemplateInstanceMarketOptions
Auto Trait Implementations
impl RefUnwindSafe for LaunchTemplateInstanceMarketOptions
impl Send for LaunchTemplateInstanceMarketOptions
impl Sync for LaunchTemplateInstanceMarketOptions
impl Unpin for LaunchTemplateInstanceMarketOptions
impl UnwindSafe for LaunchTemplateInstanceMarketOptions
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