Struct aws_sdk_sagemaker::model::StudioLifecycleConfigDetails [−][src]
#[non_exhaustive]pub struct StudioLifecycleConfigDetails {
pub studio_lifecycle_config_arn: Option<String>,
pub studio_lifecycle_config_name: Option<String>,
pub creation_time: Option<Instant>,
pub last_modified_time: Option<Instant>,
pub studio_lifecycle_config_app_type: Option<StudioLifecycleConfigAppType>,
}
Expand description
Details of the Studio Lifecycle Configuration.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.studio_lifecycle_config_arn: Option<String>
The Amazon Resource Name (ARN) of the Lifecycle Configuration.
studio_lifecycle_config_name: Option<String>
The name of the Studio Lifecycle Configuration.
creation_time: Option<Instant>
The creation time of the Studio Lifecycle Configuration.
last_modified_time: Option<Instant>
This value is equivalent to CreationTime because Studio Lifecycle Configurations are immutable.
studio_lifecycle_config_app_type: Option<StudioLifecycleConfigAppType>
The App type to which the Lifecycle Configuration is attached.
Implementations
Creates a new builder-style object to manufacture StudioLifecycleConfigDetails
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for StudioLifecycleConfigDetails
impl Sync for StudioLifecycleConfigDetails
impl Unpin for StudioLifecycleConfigDetails
impl UnwindSafe for StudioLifecycleConfigDetails
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more