Struct aws_sdk_quicksight::model::DashboardSourceEntity
source · #[non_exhaustive]pub struct DashboardSourceEntity { /* private fields */ }
Expand description
Dashboard source entity.
Implementations§
source§impl DashboardSourceEntity
impl DashboardSourceEntity
sourcepub fn source_template(&self) -> Option<&DashboardSourceTemplate>
pub fn source_template(&self) -> Option<&DashboardSourceTemplate>
Source template.
source§impl DashboardSourceEntity
impl DashboardSourceEntity
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DashboardSourceEntity
.
Trait Implementations§
source§impl Clone for DashboardSourceEntity
impl Clone for DashboardSourceEntity
source§fn clone(&self) -> DashboardSourceEntity
fn clone(&self) -> DashboardSourceEntity
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 DashboardSourceEntity
impl Debug for DashboardSourceEntity
source§impl PartialEq<DashboardSourceEntity> for DashboardSourceEntity
impl PartialEq<DashboardSourceEntity> for DashboardSourceEntity
source§fn eq(&self, other: &DashboardSourceEntity) -> bool
fn eq(&self, other: &DashboardSourceEntity) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.