[][src]Struct rusoto_sagemaker::DescribeUserProfileResponse

pub struct DescribeUserProfileResponse {
    pub creation_time: Option<f64>,
    pub domain_id: Option<String>,
    pub failure_reason: Option<String>,
    pub home_efs_file_system_uid: Option<String>,
    pub last_modified_time: Option<f64>,
    pub single_sign_on_user_identifier: Option<String>,
    pub single_sign_on_user_value: Option<String>,
    pub status: Option<String>,
    pub user_profile_arn: Option<String>,
    pub user_profile_name: Option<String>,
    pub user_settings: Option<UserSettings>,
}

Fields

creation_time: Option<f64>

The creation time.

domain_id: Option<String>

The ID of the domain that contains the profile.

failure_reason: Option<String>

The failure reason.

home_efs_file_system_uid: Option<String>

The ID of the user's profile in the Amazon Elastic File System (EFS) volume.

last_modified_time: Option<f64>

The last modified time.

single_sign_on_user_identifier: Option<String>

The SSO user identifier.

single_sign_on_user_value: Option<String>

The SSO user value.

status: Option<String>

The status.

user_profile_arn: Option<String>

The user profile Amazon Resource Name (ARN).

user_profile_name: Option<String>

The user profile name.

user_settings: Option<UserSettings>

A collection of settings.

Trait Implementations

impl Clone for DescribeUserProfileResponse[src]

impl Debug for DescribeUserProfileResponse[src]

impl Default for DescribeUserProfileResponse[src]

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

impl PartialEq<DescribeUserProfileResponse> for DescribeUserProfileResponse[src]

impl StructuralPartialEq for DescribeUserProfileResponse[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> 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.