Class: Aws::SageMaker::Types::DeleteStudioLifecycleConfigRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#studio_lifecycle_config_nameString

The name of the Amazon SageMaker Studio Lifecycle Configuration to delete.

Returns:

  • (String)


11051
11052
11053
11054
11055
# File 'lib/aws-sdk-sagemaker/types.rb', line 11051

class DeleteStudioLifecycleConfigRequest < Struct.new(
  :studio_lifecycle_config_name)
  SENSITIVE = []
  include Aws::Structure
end