Struct aws_sdk_quicksight::model::GridLayoutConfiguration
source · #[non_exhaustive]pub struct GridLayoutConfiguration { /* private fields */ }
Expand description
The configuration for a grid layout. Also called a tiled layout.
Visuals snap to a grid with standard spacing and alignment. Dashboards are displayed as designed, with options to fit to screen or view at actual size.
Implementations§
source§impl GridLayoutConfiguration
impl GridLayoutConfiguration
sourcepub fn elements(&self) -> Option<&[GridLayoutElement]>
pub fn elements(&self) -> Option<&[GridLayoutElement]>
The elements that are included in a grid layout.
sourcepub fn canvas_size_options(&self) -> Option<&GridLayoutCanvasSizeOptions>
pub fn canvas_size_options(&self) -> Option<&GridLayoutCanvasSizeOptions>
Configuration options for the canvas of a grid layout.
source§impl GridLayoutConfiguration
impl GridLayoutConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GridLayoutConfiguration
.
Trait Implementations§
source§impl Clone for GridLayoutConfiguration
impl Clone for GridLayoutConfiguration
source§fn clone(&self) -> GridLayoutConfiguration
fn clone(&self) -> GridLayoutConfiguration
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 GridLayoutConfiguration
impl Debug for GridLayoutConfiguration
source§impl PartialEq<GridLayoutConfiguration> for GridLayoutConfiguration
impl PartialEq<GridLayoutConfiguration> for GridLayoutConfiguration
source§fn eq(&self, other: &GridLayoutConfiguration) -> bool
fn eq(&self, other: &GridLayoutConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.