Struct aws_sdk_quicksight::model::SessionTag
source · #[non_exhaustive]pub struct SessionTag { /* private fields */ }
Expand description
The key-value pair used for the row-level security tags feature.
Implementations§
source§impl SessionTag
impl SessionTag
source§impl SessionTag
impl SessionTag
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SessionTag
.
Trait Implementations§
source§impl Clone for SessionTag
impl Clone for SessionTag
source§fn clone(&self) -> SessionTag
fn clone(&self) -> SessionTag
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 SessionTag
impl Debug for SessionTag
source§impl PartialEq<SessionTag> for SessionTag
impl PartialEq<SessionTag> for SessionTag
source§fn eq(&self, other: &SessionTag) -> bool
fn eq(&self, other: &SessionTag) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.