pub struct UserQuickConnectConfig {
pub contact_flow_arn: Value<String>,
pub user_arn: Value<String>,
}Expand description
The AWS::Connect::QuickConnect.UserQuickConnectConfig property type.
Fields§
§contact_flow_arn: Value<String>Property ContactFlowArn.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
user_arn: Value<String>Property UserArn.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for UserQuickConnectConfig
impl Debug for UserQuickConnectConfig
Source§impl Default for UserQuickConnectConfig
impl Default for UserQuickConnectConfig
Source§fn default() -> UserQuickConnectConfig
fn default() -> UserQuickConnectConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UserQuickConnectConfig
impl RefUnwindSafe for UserQuickConnectConfig
impl Send for UserQuickConnectConfig
impl Sync for UserQuickConnectConfig
impl Unpin for UserQuickConnectConfig
impl UnwindSafe for UserQuickConnectConfig
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