[][src]Struct rusoto_sagemaker::DescribeAppImageConfigResponse

pub struct DescribeAppImageConfigResponse {
    pub app_image_config_arn: Option<String>,
    pub app_image_config_name: Option<String>,
    pub creation_time: Option<f64>,
    pub kernel_gateway_image_config: Option<KernelGatewayImageConfig>,
    pub last_modified_time: Option<f64>,
}

Fields

app_image_config_arn: Option<String>

The Amazon Resource Name (ARN) of the AppImageConfig.

app_image_config_name: Option<String>

The name of the AppImageConfig.

creation_time: Option<f64>

When the AppImageConfig was created.

kernel_gateway_image_config: Option<KernelGatewayImageConfig>

The configuration of a KernelGateway app.

last_modified_time: Option<f64>

When the AppImageConfig was last modified.

Trait Implementations

impl Clone for DescribeAppImageConfigResponse[src]

impl Debug for DescribeAppImageConfigResponse[src]

impl Default for DescribeAppImageConfigResponse[src]

impl<'de> Deserialize<'de> for DescribeAppImageConfigResponse[src]

impl PartialEq<DescribeAppImageConfigResponse> for DescribeAppImageConfigResponse[src]

impl StructuralPartialEq for DescribeAppImageConfigResponse[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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[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.