#[non_exhaustive]pub struct LaunchTemplateInstanceMarketOptions { /* private fields */ }
Expand description
The market (purchasing) option for the instances.
Implementations§
source§impl 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.
source§impl LaunchTemplateInstanceMarketOptions
impl LaunchTemplateInstanceMarketOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LaunchTemplateInstanceMarketOptions
.
Trait Implementations§
source§impl Clone for LaunchTemplateInstanceMarketOptions
impl Clone for LaunchTemplateInstanceMarketOptions
source§fn clone(&self) -> LaunchTemplateInstanceMarketOptions
fn clone(&self) -> LaunchTemplateInstanceMarketOptions
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<LaunchTemplateInstanceMarketOptions> for LaunchTemplateInstanceMarketOptions
impl PartialEq<LaunchTemplateInstanceMarketOptions> for LaunchTemplateInstanceMarketOptions
source§fn eq(&self, other: &LaunchTemplateInstanceMarketOptions) -> bool
fn eq(&self, other: &LaunchTemplateInstanceMarketOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.