Struct aws_sdk_sagemaker::output::DescribeNotebookInstanceLifecycleConfigOutput [−][src]
#[non_exhaustive]pub struct DescribeNotebookInstanceLifecycleConfigOutput {
pub notebook_instance_lifecycle_config_arn: Option<String>,
pub notebook_instance_lifecycle_config_name: Option<String>,
pub on_create: Option<Vec<NotebookInstanceLifecycleHook>>,
pub on_start: Option<Vec<NotebookInstanceLifecycleHook>>,
pub last_modified_time: Option<DateTime>,
pub creation_time: Option<DateTime>,
}
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_arn: Option<String>
The Amazon Resource Name (ARN) of the lifecycle configuration.
notebook_instance_lifecycle_config_name: Option<String>
The name of the lifecycle configuration.
on_create: Option<Vec<NotebookInstanceLifecycleHook>>
The shell script that runs only once, when you create a notebook instance.
on_start: Option<Vec<NotebookInstanceLifecycleHook>>
The shell script that runs every time you start a notebook instance, including when you create the notebook instance.
last_modified_time: Option<DateTime>
A timestamp that tells when the lifecycle configuration was last modified.
creation_time: Option<DateTime>
A timestamp that tells when the lifecycle configuration was created.
Implementations
The Amazon Resource Name (ARN) of the lifecycle configuration.
The name of the lifecycle configuration.
The shell script that runs only once, when you create a notebook instance.
The shell script that runs every time you start a notebook instance, including when you create the notebook instance.
A timestamp that tells when the lifecycle configuration was last modified.
A timestamp that tells when the lifecycle configuration was created.
Creates a new builder-style object to manufacture DescribeNotebookInstanceLifecycleConfigOutput
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