Class: Aws::SageMaker::Types::UpdateCodeRepositoryOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#code_repository_arnString

The ARN of the Git repository.

Returns:

  • (String)


42932
42933
42934
42935
42936
# File 'lib/aws-sdk-sagemaker/types.rb', line 42932

class UpdateCodeRepositoryOutput < Struct.new(
  :code_repository_arn)
  SENSITIVE = []
  include Aws::Structure
end