#[non_exhaustive]pub struct GetTrafficDistributionOutput { /* private fields */ }Implementations§
source§impl GetTrafficDistributionOutput
impl GetTrafficDistributionOutput
sourcepub fn telephony_config(&self) -> Option<&TelephonyConfig>
pub fn telephony_config(&self) -> Option<&TelephonyConfig>
The distribution of traffic between the instance and its replicas.
source§impl GetTrafficDistributionOutput
impl GetTrafficDistributionOutput
sourcepub fn builder() -> GetTrafficDistributionOutputBuilder
pub fn builder() -> GetTrafficDistributionOutputBuilder
Creates a new builder-style object to manufacture GetTrafficDistributionOutput.
Trait Implementations§
source§impl Clone for GetTrafficDistributionOutput
impl Clone for GetTrafficDistributionOutput
source§fn clone(&self) -> GetTrafficDistributionOutput
fn clone(&self) -> GetTrafficDistributionOutput
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 GetTrafficDistributionOutput
impl Debug for GetTrafficDistributionOutput
source§impl PartialEq<GetTrafficDistributionOutput> for GetTrafficDistributionOutput
impl PartialEq<GetTrafficDistributionOutput> for GetTrafficDistributionOutput
source§fn eq(&self, other: &GetTrafficDistributionOutput) -> bool
fn eq(&self, other: &GetTrafficDistributionOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetTrafficDistributionOutput
impl RequestId for GetTrafficDistributionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for GetTrafficDistributionOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetTrafficDistributionOutput
impl Send for GetTrafficDistributionOutput
impl Sync for GetTrafficDistributionOutput
impl Unpin for GetTrafficDistributionOutput
impl UnwindSafe for GetTrafficDistributionOutput
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