Struct aws_sdk_elasticinference::operation::describe_accelerator_offerings::DescribeAcceleratorOfferingsInput
source · #[non_exhaustive]pub struct DescribeAcceleratorOfferingsInput { /* private fields */ }Implementations§
source§impl DescribeAcceleratorOfferingsInput
impl DescribeAcceleratorOfferingsInput
sourcepub fn location_type(&self) -> Option<&LocationType>
pub fn location_type(&self) -> Option<&LocationType>
The location type that you want to describe accelerator type offerings for. It can assume the following values: region: will return the accelerator type offering at the regional level. availability-zone: will return the accelerator type offering at the availability zone level. availability-zone-id: will return the accelerator type offering at the availability zone level returning the availability zone id.
sourcepub fn accelerator_types(&self) -> Option<&[String]>
pub fn accelerator_types(&self) -> Option<&[String]>
The list of accelerator types to describe.
source§impl DescribeAcceleratorOfferingsInput
impl DescribeAcceleratorOfferingsInput
sourcepub fn builder() -> DescribeAcceleratorOfferingsInputBuilder
pub fn builder() -> DescribeAcceleratorOfferingsInputBuilder
Creates a new builder-style object to manufacture DescribeAcceleratorOfferingsInput.
source§impl DescribeAcceleratorOfferingsInput
impl DescribeAcceleratorOfferingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeAcceleratorOfferings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeAcceleratorOfferings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeAcceleratorOfferings>
Trait Implementations§
source§impl Clone for DescribeAcceleratorOfferingsInput
impl Clone for DescribeAcceleratorOfferingsInput
source§fn clone(&self) -> DescribeAcceleratorOfferingsInput
fn clone(&self) -> DescribeAcceleratorOfferingsInput
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<DescribeAcceleratorOfferingsInput> for DescribeAcceleratorOfferingsInput
impl PartialEq<DescribeAcceleratorOfferingsInput> for DescribeAcceleratorOfferingsInput
source§fn eq(&self, other: &DescribeAcceleratorOfferingsInput) -> bool
fn eq(&self, other: &DescribeAcceleratorOfferingsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeAcceleratorOfferingsInput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeAcceleratorOfferingsInput
impl Send for DescribeAcceleratorOfferingsInput
impl Sync for DescribeAcceleratorOfferingsInput
impl Unpin for DescribeAcceleratorOfferingsInput
impl UnwindSafe for DescribeAcceleratorOfferingsInput
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