Struct aws_sdk_quicksight::model::DatabricksParameters
source · #[non_exhaustive]pub struct DatabricksParameters { /* private fields */ }
Expand description
The required parameters that are needed to connect to a Databricks data source.
Implementations§
source§impl DatabricksParameters
impl DatabricksParameters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DatabricksParameters
.
Trait Implementations§
source§impl Clone for DatabricksParameters
impl Clone for DatabricksParameters
source§fn clone(&self) -> DatabricksParameters
fn clone(&self) -> DatabricksParameters
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DatabricksParameters
impl Debug for DatabricksParameters
source§impl PartialEq<DatabricksParameters> for DatabricksParameters
impl PartialEq<DatabricksParameters> for DatabricksParameters
source§fn eq(&self, other: &DatabricksParameters) -> bool
fn eq(&self, other: &DatabricksParameters) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.