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