Class: Aws::SageMaker::Types::ListStudioLifecycleConfigsResponse

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 previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

Returns:

  • (String)


29338
29339
29340
29341
29342
29343
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29338

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

#studio_lifecycle_configsArray<Types::StudioLifecycleConfigDetails>

A list of Lifecycle Configurations and their properties.



29338
29339
29340
29341
29342
29343
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29338

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