#[non_exhaustive]pub struct DescribeHostReservationOfferingsInput { /* private fields */ }
Implementations§
source§impl DescribeHostReservationOfferingsInput
impl DescribeHostReservationOfferingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeHostReservationOfferings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeHostReservationOfferings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeHostReservationOfferings
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeHostReservationOfferingsInput
.
source§impl DescribeHostReservationOfferingsInput
impl DescribeHostReservationOfferingsInput
sourcepub fn filter(&self) -> Option<&[Filter]>
pub fn filter(&self) -> Option<&[Filter]>
The filters.
-
instance-family
- The instance family of the offering (for example,m4
). -
payment-option
- The payment option (NoUpfront
|PartialUpfront
|AllUpfront
).
sourcepub fn max_duration(&self) -> Option<i32>
pub fn max_duration(&self) -> Option<i32>
This is the maximum duration of the reservation to purchase, specified in seconds. Reservations are available in one-year and three-year terms. The number of seconds specified must be the number of seconds in a year (365x24x60x60) times one of the supported durations (1 or 3). For example, specify 94608000 for three years.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken
value. This value can be between 5 and 500. If maxResults
is given a larger value than 500, you receive an error.
sourcepub fn min_duration(&self) -> Option<i32>
pub fn min_duration(&self) -> Option<i32>
This is the minimum duration of the reservation you'd like to purchase, specified in seconds. Reservations are available in one-year and three-year terms. The number of seconds specified must be the number of seconds in a year (365x24x60x60) times one of the supported durations (1 or 3). For example, specify 31536000 for one year.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to retrieve the next page of results.
sourcepub fn offering_id(&self) -> Option<&str>
pub fn offering_id(&self) -> Option<&str>
The ID of the reservation offering.
Trait Implementations§
source§impl Clone for DescribeHostReservationOfferingsInput
impl Clone for DescribeHostReservationOfferingsInput
source§fn clone(&self) -> DescribeHostReservationOfferingsInput
fn clone(&self) -> DescribeHostReservationOfferingsInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<DescribeHostReservationOfferingsInput> for DescribeHostReservationOfferingsInput
impl PartialEq<DescribeHostReservationOfferingsInput> for DescribeHostReservationOfferingsInput
source§fn eq(&self, other: &DescribeHostReservationOfferingsInput) -> bool
fn eq(&self, other: &DescribeHostReservationOfferingsInput) -> bool
self
and other
values to be equal, and is used
by ==
.