Class: Aws::SageMaker::Types::NotebookInstanceLifecycleConfigSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::NotebookInstanceLifecycleConfigSummary
- Defined in:
- gems/aws-sdk-sagemaker/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.
36337 36338 36339 36340 36341 36342 36343 36344 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36337 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.
36337 36338 36339 36340 36341 36342 36343 36344 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36337 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.
36337 36338 36339 36340 36341 36342 36343 36344 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36337 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.
36337 36338 36339 36340 36341 36342 36343 36344 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36337 class NotebookInstanceLifecycleConfigSummary < Struct.new( :notebook_instance_lifecycle_config_name, :notebook_instance_lifecycle_config_arn, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |