[][src]Struct rusoto_sagemaker::DescribeFeatureGroupRequest

pub struct DescribeFeatureGroupRequest {
    pub feature_group_name: String,
    pub next_token: Option<String>,
}

Fields

feature_group_name: String

The name of the FeatureGroup you want described.

next_token: Option<String>

A token to resume pagination of the list of Features (FeatureDefinitions). 2,500 Features are returned by default.

Trait Implementations

impl Clone for DescribeFeatureGroupRequest[src]

impl Debug for DescribeFeatureGroupRequest[src]

impl Default for DescribeFeatureGroupRequest[src]

impl PartialEq<DescribeFeatureGroupRequest> for DescribeFeatureGroupRequest[src]

impl Serialize for DescribeFeatureGroupRequest[src]

impl StructuralPartialEq for DescribeFeatureGroupRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.