Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#creation_timeTime

A timestamp that tells when the lifecycle configuration was created.

Returns:

  • (Time)

37032
37033
37034
37035
37036
37037
37038
37039
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37032

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_timeTime

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

Returns:

  • (Time)

37032
37033
37034
37035
37036
37037
37038
37039
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37032

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_arnString

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

Returns:

  • (String)

37032
37033
37034
37035
37036
37037
37038
37039
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37032

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_nameString

The name of the lifecycle configuration.

Returns:

  • (String)

37032
37033
37034
37035
37036
37037
37038
37039
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37032

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