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)


40474
40475
40476
40477
40478
# File 'lib/aws-sdk-sagemaker/types.rb', line 40474

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