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