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