Struct aws_sdk_chime::types::Proxy
source · #[non_exhaustive]pub struct Proxy { /* private fields */ }Expand description
The proxy configuration for an Amazon Chime Voice Connector.
Implementations§
source§impl Proxy
impl Proxy
sourcepub fn default_session_expiry_minutes(&self) -> Option<i32>
pub fn default_session_expiry_minutes(&self) -> Option<i32>
The default number of minutes allowed for proxy sessions.
sourcepub fn disabled(&self) -> Option<bool>
pub fn disabled(&self) -> Option<bool>
When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.
sourcepub fn fall_back_phone_number(&self) -> Option<&str>
pub fn fall_back_phone_number(&self) -> Option<&str>
The phone number to route calls to after a proxy session expires.
sourcepub fn phone_number_countries(&self) -> Option<&[String]>
pub fn phone_number_countries(&self) -> Option<&[String]>
The countries for proxy phone numbers to be selected from.
Trait Implementations§
source§impl PartialEq<Proxy> for Proxy
impl PartialEq<Proxy> for Proxy
impl StructuralPartialEq for Proxy
Auto Trait Implementations§
impl RefUnwindSafe for Proxy
impl Send for Proxy
impl Sync for Proxy
impl Unpin for Proxy
impl UnwindSafe for Proxy
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