#[non_exhaustive]pub struct DescribeInstanceTypeOfferingsOutput { /* private fields */ }
Implementations§
source§impl DescribeInstanceTypeOfferingsOutput
impl DescribeInstanceTypeOfferingsOutput
sourcepub fn instance_type_offerings(&self) -> Option<&[InstanceTypeOffering]>
pub fn instance_type_offerings(&self) -> Option<&[InstanceTypeOffering]>
The instance types offered.
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. This value is null
when there are no more results to return.
source§impl DescribeInstanceTypeOfferingsOutput
impl DescribeInstanceTypeOfferingsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeInstanceTypeOfferingsOutput
.
Trait Implementations§
source§impl Clone for DescribeInstanceTypeOfferingsOutput
impl Clone for DescribeInstanceTypeOfferingsOutput
source§fn clone(&self) -> DescribeInstanceTypeOfferingsOutput
fn clone(&self) -> DescribeInstanceTypeOfferingsOutput
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<DescribeInstanceTypeOfferingsOutput> for DescribeInstanceTypeOfferingsOutput
impl PartialEq<DescribeInstanceTypeOfferingsOutput> for DescribeInstanceTypeOfferingsOutput
source§fn eq(&self, other: &DescribeInstanceTypeOfferingsOutput) -> bool
fn eq(&self, other: &DescribeInstanceTypeOfferingsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.