#[non_exhaustive]pub struct UpdateAcceleratorInput { /* private fields */ }Implementations§
source§impl 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.
source§impl UpdateAcceleratorInput
impl UpdateAcceleratorInput
sourcepub fn builder() -> UpdateAcceleratorInputBuilder
pub fn builder() -> UpdateAcceleratorInputBuilder
Creates a new builder-style object to manufacture UpdateAcceleratorInput.
source§impl 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>
Trait Implementations§
source§impl Clone for UpdateAcceleratorInput
impl Clone for UpdateAcceleratorInput
source§fn clone(&self) -> UpdateAcceleratorInput
fn clone(&self) -> UpdateAcceleratorInput
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 Debug for UpdateAcceleratorInput
impl Debug for UpdateAcceleratorInput
source§impl PartialEq<UpdateAcceleratorInput> for UpdateAcceleratorInput
impl PartialEq<UpdateAcceleratorInput> for UpdateAcceleratorInput
source§fn eq(&self, other: &UpdateAcceleratorInput) -> bool
fn eq(&self, other: &UpdateAcceleratorInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.