Struct aws_sdk_quicksight::model::SheetTextBox
source · #[non_exhaustive]pub struct SheetTextBox { /* private fields */ }
Expand description
A text box.
Implementations§
source§impl SheetTextBox
impl SheetTextBox
sourcepub fn sheet_text_box_id(&self) -> Option<&str>
pub fn sheet_text_box_id(&self) -> Option<&str>
The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.
source§impl SheetTextBox
impl SheetTextBox
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SheetTextBox
.
Trait Implementations§
source§impl Clone for SheetTextBox
impl Clone for SheetTextBox
source§fn clone(&self) -> SheetTextBox
fn clone(&self) -> SheetTextBox
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 SheetTextBox
impl Debug for SheetTextBox
source§impl PartialEq<SheetTextBox> for SheetTextBox
impl PartialEq<SheetTextBox> for SheetTextBox
source§fn eq(&self, other: &SheetTextBox) -> bool
fn eq(&self, other: &SheetTextBox) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.