pub struct DescribeAcceleratorOfferingsRequest {
pub accelerator_types: Option<Vec<String>>,
pub location_type: String,
}
Fields§
§accelerator_types: Option<Vec<String>>
The list of accelerator types to describe.
location_type: String
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.
Trait Implementations§
Source§impl Clone for DescribeAcceleratorOfferingsRequest
impl Clone for DescribeAcceleratorOfferingsRequest
Source§fn clone(&self) -> DescribeAcceleratorOfferingsRequest
fn clone(&self) -> DescribeAcceleratorOfferingsRequest
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 Default for DescribeAcceleratorOfferingsRequest
impl Default for DescribeAcceleratorOfferingsRequest
Source§fn default() -> DescribeAcceleratorOfferingsRequest
fn default() -> DescribeAcceleratorOfferingsRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeAcceleratorOfferingsRequest
impl PartialEq for DescribeAcceleratorOfferingsRequest
Source§fn eq(&self, other: &DescribeAcceleratorOfferingsRequest) -> bool
fn eq(&self, other: &DescribeAcceleratorOfferingsRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DescribeAcceleratorOfferingsRequest
Auto Trait Implementations§
impl Freeze for DescribeAcceleratorOfferingsRequest
impl RefUnwindSafe for DescribeAcceleratorOfferingsRequest
impl Send for DescribeAcceleratorOfferingsRequest
impl Sync for DescribeAcceleratorOfferingsRequest
impl Unpin for DescribeAcceleratorOfferingsRequest
impl UnwindSafe for DescribeAcceleratorOfferingsRequest
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