#[non_exhaustive]pub struct DataSetIdentifierDeclaration { /* private fields */ }
Expand description
A data set.
Implementations§
source§impl DataSetIdentifierDeclaration
impl DataSetIdentifierDeclaration
sourcepub fn identifier(&self) -> Option<&str>
pub fn identifier(&self) -> Option<&str>
The identifier of the data set, typically the data set's name.
sourcepub fn data_set_arn(&self) -> Option<&str>
pub fn data_set_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the data set.
source§impl DataSetIdentifierDeclaration
impl DataSetIdentifierDeclaration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DataSetIdentifierDeclaration
.
Trait Implementations§
source§impl Clone for DataSetIdentifierDeclaration
impl Clone for DataSetIdentifierDeclaration
source§fn clone(&self) -> DataSetIdentifierDeclaration
fn clone(&self) -> DataSetIdentifierDeclaration
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 DataSetIdentifierDeclaration
impl Debug for DataSetIdentifierDeclaration
source§impl PartialEq<DataSetIdentifierDeclaration> for DataSetIdentifierDeclaration
impl PartialEq<DataSetIdentifierDeclaration> for DataSetIdentifierDeclaration
source§fn eq(&self, other: &DataSetIdentifierDeclaration) -> bool
fn eq(&self, other: &DataSetIdentifierDeclaration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.