Class: Aws::SageMaker::Types::NotebookInstanceLifecycleConfigSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::NotebookInstanceLifecycleConfigSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Provides a summary of a notebook instance lifecycle configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
A timestamp that tells when the lifecycle configuration was created.
-
#last_modified_time ⇒ Time
A timestamp that tells when the lifecycle configuration was last modified.
-
#notebook_instance_lifecycle_config_arn ⇒ String
The Amazon Resource Name (ARN) of the lifecycle configuration.
-
#notebook_instance_lifecycle_config_name ⇒ String
The name of the lifecycle configuration.
Instance Attribute Details
#creation_time ⇒ Time
A timestamp that tells when the lifecycle configuration was created.
34874 34875 34876 34877 34878 34879 34880 34881 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34874 class NotebookInstanceLifecycleConfigSummary < Struct.new( :notebook_instance_lifecycle_config_name, :notebook_instance_lifecycle_config_arn, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
A timestamp that tells when the lifecycle configuration was last modified.
34874 34875 34876 34877 34878 34879 34880 34881 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34874 class NotebookInstanceLifecycleConfigSummary < Struct.new( :notebook_instance_lifecycle_config_name, :notebook_instance_lifecycle_config_arn, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#notebook_instance_lifecycle_config_arn ⇒ String
The Amazon Resource Name (ARN) of the lifecycle configuration.
34874 34875 34876 34877 34878 34879 34880 34881 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34874 class NotebookInstanceLifecycleConfigSummary < Struct.new( :notebook_instance_lifecycle_config_name, :notebook_instance_lifecycle_config_arn, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#notebook_instance_lifecycle_config_name ⇒ String
The name of the lifecycle configuration.
34874 34875 34876 34877 34878 34879 34880 34881 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34874 class NotebookInstanceLifecycleConfigSummary < Struct.new( :notebook_instance_lifecycle_config_name, :notebook_instance_lifecycle_config_arn, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |