Struct aws_sdk_quicksight::model::DataSetReference
source · #[non_exhaustive]pub struct DataSetReference { /* private fields */ }
Expand description
Dataset reference.
Implementations§
source§impl DataSetReference
impl DataSetReference
sourcepub fn data_set_placeholder(&self) -> Option<&str>
pub fn data_set_placeholder(&self) -> Option<&str>
Dataset placeholder.
sourcepub fn data_set_arn(&self) -> Option<&str>
pub fn data_set_arn(&self) -> Option<&str>
Dataset Amazon Resource Name (ARN).
source§impl DataSetReference
impl DataSetReference
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DataSetReference
.
Trait Implementations§
source§impl Clone for DataSetReference
impl Clone for DataSetReference
source§fn clone(&self) -> DataSetReference
fn clone(&self) -> DataSetReference
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 DataSetReference
impl Debug for DataSetReference
source§impl PartialEq<DataSetReference> for DataSetReference
impl PartialEq<DataSetReference> for DataSetReference
source§fn eq(&self, other: &DataSetReference) -> bool
fn eq(&self, other: &DataSetReference) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.