pub struct DescribeFeatureGroup { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeFeatureGroup
.
Use this operation to describe a FeatureGroup
. The response includes information on the creation time, FeatureGroup
name, the unique identifier for each FeatureGroup
, and more.
Implementations§
source§impl DescribeFeatureGroup
impl DescribeFeatureGroup
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DescribeFeatureGroup, AwsResponseRetryClassifier>, SdkError<DescribeFeatureGroupError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DescribeFeatureGroup, AwsResponseRetryClassifier>, SdkError<DescribeFeatureGroupError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<DescribeFeatureGroupOutput, SdkError<DescribeFeatureGroupError>>
pub async fn send(
self
) -> Result<DescribeFeatureGroupOutput, SdkError<DescribeFeatureGroupError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn feature_group_name(self, input: impl Into<String>) -> Self
pub fn feature_group_name(self, input: impl Into<String>) -> Self
The name of the FeatureGroup
you want described.
sourcepub fn set_feature_group_name(self, input: Option<String>) -> Self
pub fn set_feature_group_name(self, input: Option<String>) -> Self
The name of the FeatureGroup
you want described.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A token to resume pagination of the list of Features
(FeatureDefinitions
). 2,500 Features
are returned by default.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A token to resume pagination of the list of Features
(FeatureDefinitions
). 2,500 Features
are returned by default.
Trait Implementations§
source§impl Clone for DescribeFeatureGroup
impl Clone for DescribeFeatureGroup
source§fn clone(&self) -> DescribeFeatureGroup
fn clone(&self) -> DescribeFeatureGroup
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more