Struct aws_sdk_globalaccelerator::output::UpdateCustomRoutingAcceleratorAttributesOutput
source · [−]#[non_exhaustive]pub struct UpdateCustomRoutingAcceleratorAttributesOutput { /* private fields */ }Implementations
sourceimpl UpdateCustomRoutingAcceleratorAttributesOutput
impl UpdateCustomRoutingAcceleratorAttributesOutput
sourcepub fn accelerator_attributes(
&self
) -> Option<&CustomRoutingAcceleratorAttributes>
pub fn accelerator_attributes(
&self
) -> Option<&CustomRoutingAcceleratorAttributes>
Updated custom routing accelerator.
sourceimpl UpdateCustomRoutingAcceleratorAttributesOutput
impl UpdateCustomRoutingAcceleratorAttributesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateCustomRoutingAcceleratorAttributesOutput.
Trait Implementations
sourceimpl Clone for UpdateCustomRoutingAcceleratorAttributesOutput
impl Clone for UpdateCustomRoutingAcceleratorAttributesOutput
sourcefn clone(&self) -> UpdateCustomRoutingAcceleratorAttributesOutput
fn clone(&self) -> UpdateCustomRoutingAcceleratorAttributesOutput
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 PartialEq<UpdateCustomRoutingAcceleratorAttributesOutput> for UpdateCustomRoutingAcceleratorAttributesOutput
impl PartialEq<UpdateCustomRoutingAcceleratorAttributesOutput> for UpdateCustomRoutingAcceleratorAttributesOutput
sourcefn eq(&self, other: &UpdateCustomRoutingAcceleratorAttributesOutput) -> bool
fn eq(&self, other: &UpdateCustomRoutingAcceleratorAttributesOutput) -> bool
impl StructuralPartialEq for UpdateCustomRoutingAcceleratorAttributesOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateCustomRoutingAcceleratorAttributesOutput
impl Send for UpdateCustomRoutingAcceleratorAttributesOutput
impl Sync for UpdateCustomRoutingAcceleratorAttributesOutput
impl Unpin for UpdateCustomRoutingAcceleratorAttributesOutput
impl UnwindSafe for UpdateCustomRoutingAcceleratorAttributesOutput
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