Class: Aws::SageMaker::Types::DescribeCodeRepositoryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeCodeRepositoryInput
- 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 describe.
Instance Attribute Details
#code_repository_name ⇒ String
The name of the Git repository to describe.
13000 13001 13002 13003 13004 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13000 class DescribeCodeRepositoryInput < Struct.new( :code_repository_name) SENSITIVE = [] include Aws::Structure end |