Struct aws_sdk_quicksight::model::AthenaParameters
source · #[non_exhaustive]pub struct AthenaParameters { /* private fields */ }Expand description
Parameters for Amazon Athena.
Implementations§
source§impl AthenaParameters
impl AthenaParameters
sourcepub fn work_group(&self) -> Option<&str>
pub fn work_group(&self) -> Option<&str>
The workgroup that Amazon Athena uses.
source§impl AthenaParameters
impl AthenaParameters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AthenaParameters.
Trait Implementations§
source§impl Clone for AthenaParameters
impl Clone for AthenaParameters
source§fn clone(&self) -> AthenaParameters
fn clone(&self) -> AthenaParameters
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 more