Class: Aws::SageMaker::Types::NotebookInstanceLifecycleConfigSummary

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Provides a summary of a notebook instance lifecycle configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

A timestamp that tells when the lifecycle configuration was created.

Returns:

  • (Time)


8507
8508
8509
8510
8511
8512
8513
# File 'lib/aws-sdk-sagemaker/types.rb', line 8507

class NotebookInstanceLifecycleConfigSummary < Struct.new(
  :notebook_instance_lifecycle_config_name,
  :notebook_instance_lifecycle_config_arn,
  :creation_time,
  :last_modified_time)
  include Aws::Structure
end

#last_modified_timeTime

A timestamp that tells when the lifecycle configuration was last modified.

Returns:

  • (Time)


8507
8508
8509
8510
8511
8512
8513
# File 'lib/aws-sdk-sagemaker/types.rb', line 8507

class NotebookInstanceLifecycleConfigSummary < Struct.new(
  :notebook_instance_lifecycle_config_name,
  :notebook_instance_lifecycle_config_arn,
  :creation_time,
  :last_modified_time)
  include Aws::Structure
end

#notebook_instance_lifecycle_config_arnString

The Amazon Resource Name (ARN) of the lifecycle configuration.

Returns:

  • (String)


8507
8508
8509
8510
8511
8512
8513
# File 'lib/aws-sdk-sagemaker/types.rb', line 8507

class NotebookInstanceLifecycleConfigSummary < Struct.new(
  :notebook_instance_lifecycle_config_name,
  :notebook_instance_lifecycle_config_arn,
  :creation_time,
  :last_modified_time)
  include Aws::Structure
end

#notebook_instance_lifecycle_config_nameString

The name of the lifecycle configuration.

Returns:

  • (String)


8507
8508
8509
8510
8511
8512
8513
# File 'lib/aws-sdk-sagemaker/types.rb', line 8507

class NotebookInstanceLifecycleConfigSummary < Struct.new(
  :notebook_instance_lifecycle_config_name,
  :notebook_instance_lifecycle_config_arn,
  :creation_time,
  :last_modified_time)
  include Aws::Structure
end