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)


10491
10492
10493
10494
10495
# File 'lib/aws-sdk-sagemaker/types.rb', line 10491

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