Thanks to visit codestin.com
Credit goes to docs.aws.amazon.com

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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


51130
51131
51132
51133
51134
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 51130

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