Class: Aws::SageMaker::Types::UpdateCodeRepositoryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateCodeRepositoryOutput
- Defined in:
- gems/aws-sdk-sagemaker/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.
47883 47884 47885 47886 47887 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 47883 class UpdateCodeRepositoryOutput < Struct.new( :code_repository_arn) SENSITIVE = [] include Aws::Structure end |