pub struct GetSpotPriceArgs {
pub availability_zone: Output<Option<String>>,
pub filters: Output<Option<Vec<GetSpotPriceFilter>>>,
pub instance_type: Output<Option<String>>,
}
Fields§
§availability_zone: Output<Option<String>>
Availability zone in which to query Spot price information.
filters: Output<Option<Vec<GetSpotPriceFilter>>>
One or more configuration blocks containing name-values filters. See the EC2 API Reference for supported filters. Detailed below.
instance_type: Output<Option<String>>
Type of instance for which to query Spot Price information.
Implementations§
source§impl GetSpotPriceArgs
impl GetSpotPriceArgs
sourcepub fn builder() -> GetSpotPriceArgsBuilder
pub fn builder() -> GetSpotPriceArgsBuilder
Create an instance of GetSpotPriceArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetSpotPriceArgs
impl Clone for GetSpotPriceArgs
source§fn clone(&self) -> GetSpotPriceArgs
fn clone(&self) -> GetSpotPriceArgs
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 moreAuto Trait Implementations§
impl Freeze for GetSpotPriceArgs
impl RefUnwindSafe for GetSpotPriceArgs
impl Send for GetSpotPriceArgs
impl Sync for GetSpotPriceArgs
impl Unpin for GetSpotPriceArgs
impl UnwindSafe for GetSpotPriceArgs
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)