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)


52751
52752
52753
52754
52755
# File 'lib/aws-sdk-sagemaker/types.rb', line 52751

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