#[non_exhaustive]pub struct DescribeFeatureGroupInput { /* private fields */ }
Implementations§
source§impl DescribeFeatureGroupInput
impl DescribeFeatureGroupInput
sourcepub fn feature_group_name(&self) -> Option<&str>
pub fn feature_group_name(&self) -> Option<&str>
The name of the FeatureGroup
you want described.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token to resume pagination of the list of Features
(FeatureDefinitions
). 2,500 Features
are returned by default.
source§impl DescribeFeatureGroupInput
impl DescribeFeatureGroupInput
sourcepub fn builder() -> DescribeFeatureGroupInputBuilder
pub fn builder() -> DescribeFeatureGroupInputBuilder
Creates a new builder-style object to manufacture DescribeFeatureGroupInput
.
source§impl DescribeFeatureGroupInput
impl DescribeFeatureGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeFeatureGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeFeatureGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeFeatureGroup
>
Trait Implementations§
source§impl Clone for DescribeFeatureGroupInput
impl Clone for DescribeFeatureGroupInput
source§fn clone(&self) -> DescribeFeatureGroupInput
fn clone(&self) -> DescribeFeatureGroupInput
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 DescribeFeatureGroupInput
impl Debug for DescribeFeatureGroupInput
source§impl PartialEq<DescribeFeatureGroupInput> for DescribeFeatureGroupInput
impl PartialEq<DescribeFeatureGroupInput> for DescribeFeatureGroupInput
source§fn eq(&self, other: &DescribeFeatureGroupInput) -> bool
fn eq(&self, other: &DescribeFeatureGroupInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.