#[non_exhaustive]pub struct UpdateAcceleratorInput { /* private fields */ }Implementations
sourceimpl UpdateAcceleratorInput
impl UpdateAcceleratorInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAccelerator, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAccelerator, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateAccelerator>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateAcceleratorInput.
sourceimpl UpdateAcceleratorInput
impl UpdateAcceleratorInput
sourcepub fn accelerator_arn(&self) -> Option<&str>
pub fn accelerator_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the accelerator to update.
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
The name of the accelerator. The name can have a maximum of 64 characters, must contain only alphanumeric characters, periods (.), or hyphens (-), and must not begin or end with a hyphen or period.
sourcepub fn ip_address_type(&self) -> Option<&IpAddressType>
pub fn ip_address_type(&self) -> Option<&IpAddressType>
The IP address type that an accelerator supports. For a standard accelerator, the value can be IPV4 or DUAL_STACK.
Trait Implementations
sourceimpl Clone for UpdateAcceleratorInput
impl Clone for UpdateAcceleratorInput
sourcefn clone(&self) -> UpdateAcceleratorInput
fn clone(&self) -> UpdateAcceleratorInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for UpdateAcceleratorInput
impl Debug for UpdateAcceleratorInput
sourceimpl PartialEq<UpdateAcceleratorInput> for UpdateAcceleratorInput
impl PartialEq<UpdateAcceleratorInput> for UpdateAcceleratorInput
sourcefn eq(&self, other: &UpdateAcceleratorInput) -> bool
fn eq(&self, other: &UpdateAcceleratorInput) -> bool
impl StructuralPartialEq for UpdateAcceleratorInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateAcceleratorInput
impl Send for UpdateAcceleratorInput
impl Sync for UpdateAcceleratorInput
impl Unpin for UpdateAcceleratorInput
impl UnwindSafe for UpdateAcceleratorInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more