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.
11252 11253 11254 11255 11256 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11252 class DeleteCodeRepositoryInput < Struct.new( :code_repository_name) SENSITIVE = [] include Aws::Structure end |