Struct aws_sdk_sagemaker::model::NotebookInstanceLifecycleConfigSummary [−][src]
#[non_exhaustive]pub struct NotebookInstanceLifecycleConfigSummary {
pub notebook_instance_lifecycle_config_name: Option<String>,
pub notebook_instance_lifecycle_config_arn: Option<String>,
pub creation_time: Option<DateTime>,
pub last_modified_time: Option<DateTime>,
}
Expand description
Provides a summary of a notebook instance 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.notebook_instance_lifecycle_config_name: Option<String>
The name of the lifecycle configuration.
notebook_instance_lifecycle_config_arn: Option<String>
The Amazon Resource Name (ARN) of the lifecycle configuration.
creation_time: Option<DateTime>
A timestamp that tells when the lifecycle configuration was created.
last_modified_time: Option<DateTime>
A timestamp that tells when the lifecycle configuration was last modified.
Implementations
The name of the lifecycle configuration.
The Amazon Resource Name (ARN) of the lifecycle configuration.
A timestamp that tells when the lifecycle configuration was created.
A timestamp that tells when the lifecycle configuration was last modified.
Creates a new builder-style object to manufacture NotebookInstanceLifecycleConfigSummary
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
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