Class: Aws::SageMaker::Types::ListNotebookInstanceLifecycleConfigsOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If the response is truncated, Amazon SageMaker returns this token. To get the next set of lifecycle configurations, use it in the next request.

Returns:

  • (String)


7475
7476
7477
7478
7479
# File 'lib/aws-sdk-sagemaker/types.rb', line 7475

class ListNotebookInstanceLifecycleConfigsOutput < Struct.new(
  :next_token,
  :notebook_instance_lifecycle_configs)
  include Aws::Structure
end

#notebook_instance_lifecycle_configsArray<Types::NotebookInstanceLifecycleConfigSummary>

An array of ‘NotebookInstanceLifecycleConfiguration` objects, each listing a lifecycle configuration.



7475
7476
7477
7478
7479
# File 'lib/aws-sdk-sagemaker/types.rb', line 7475

class ListNotebookInstanceLifecycleConfigsOutput < Struct.new(
  :next_token,
  :notebook_instance_lifecycle_configs)
  include Aws::Structure
end