Struct aws_sdk_quicksight::model::ExportToCsvOption
source · #[non_exhaustive]pub struct ExportToCsvOption { /* private fields */ }Expand description
Export to .csv option.
Implementations§
source§impl ExportToCsvOption
impl ExportToCsvOption
sourcepub fn availability_status(&self) -> Option<&DashboardBehavior>
pub fn availability_status(&self) -> Option<&DashboardBehavior>
Availability status.
source§impl ExportToCsvOption
impl ExportToCsvOption
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExportToCsvOption.
Trait Implementations§
source§impl Clone for ExportToCsvOption
impl Clone for ExportToCsvOption
source§fn clone(&self) -> ExportToCsvOption
fn clone(&self) -> ExportToCsvOption
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