Class: Aws::SageMaker::Types::UpdateCodeRepositoryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateCodeRepositoryOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_repository_arn ⇒ String
The ARN of the Git repository.
Instance Attribute Details
#code_repository_arn ⇒ String
The ARN of the Git repository.
45272 45273 45274 45275 45276 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45272 class UpdateCodeRepositoryOutput < Struct.new( :code_repository_arn) SENSITIVE = [] include Aws::Structure end |