pub struct MariaDbParameters {
pub database: Value<String>,
pub host: Value<String>,
pub port: Value<f64>,
}Expand description
The AWS::QuickSight::DataSource.MariaDbParameters property type.
Fields§
§database: Value<String>Property Database.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
host: Value<String>Property Host.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
port: Value<f64>Property Port.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for MariaDbParameters
impl Debug for MariaDbParameters
Source§impl Default for MariaDbParameters
impl Default for MariaDbParameters
Source§fn default() -> MariaDbParameters
fn default() -> MariaDbParameters
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MariaDbParameters
impl RefUnwindSafe for MariaDbParameters
impl Send for MariaDbParameters
impl Sync for MariaDbParameters
impl Unpin for MariaDbParameters
impl UnwindSafe for MariaDbParameters
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