Class: Aws::SageMaker::Types::DeleteCodeRepositoryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteCodeRepositoryInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_repository_name ⇒ String
The name of the Git repository to delete.
Instance Attribute Details
#code_repository_name ⇒ String
The name of the Git repository to delete.
13186 13187 13188 13189 13190 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13186 class DeleteCodeRepositoryInput < Struct.new( :code_repository_name) SENSITIVE = [] include Aws::Structure end |