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