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:



14228
14229
14230
14231
14232
# File 'lib/aws-sdk-sagemaker/types.rb', line 14228

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