[][src]Struct rusoto_chime::PutVoiceConnectorProxyRequest

pub struct PutVoiceConnectorProxyRequest {
    pub default_session_expiry_minutes: i64,
    pub disabled: Option<bool>,
    pub fall_back_phone_number: Option<String>,
    pub phone_number_pool_countries: Vec<String>,
    pub voice_connector_id: String,
}

Fields

default_session_expiry_minutes: i64

The default number of minutes allowed for proxy sessions.

disabled: Option<bool>

When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.

fall_back_phone_number: Option<String>

The phone number to route calls to after a proxy session expires.

phone_number_pool_countries: Vec<String>

The countries for proxy phone numbers to be selected from.

voice_connector_id: String

The Amazon Chime voice connector ID.

Trait Implementations

impl Clone for PutVoiceConnectorProxyRequest[src]

impl Debug for PutVoiceConnectorProxyRequest[src]

impl Default for PutVoiceConnectorProxyRequest[src]

impl PartialEq<PutVoiceConnectorProxyRequest> for PutVoiceConnectorProxyRequest[src]

impl Serialize for PutVoiceConnectorProxyRequest[src]

impl StructuralPartialEq for PutVoiceConnectorProxyRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.