Class: Aws::SageMaker::Types::DeleteCodeRepositoryInput

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

#code_repository_nameString

The name of the Git repository to delete.

Returns:

  • (String)


15779
15780
15781
15782
15783
# File 'lib/aws-sdk-sagemaker/types.rb', line 15779

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