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)


48168
48169
48170
48171
48172
# File 'lib/aws-sdk-sagemaker/types.rb', line 48168

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