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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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

Returns:

  • (String)


28657
28658
28659
28660
28661
28662
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28657

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

#notebook_instance_lifecycle_configsArray<Types::NotebookInstanceLifecycleConfigSummary>

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



28657
28658
28659
28660
28661
28662
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28657

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