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