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

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

Overview

Note:

When making an API call, you may pass DeleteCodeRepositoryInput data as a hash:

{
  code_repository_name: "EntityName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#code_repository_nameString

The name of the Git repository to delete.

Returns:

  • (String)


2925
2926
2927
2928
# File 'lib/aws-sdk-sagemaker/types.rb', line 2925

class DeleteCodeRepositoryInput < Struct.new(
  :code_repository_name)
  include Aws::Structure
end