Class: Aws::SageMaker::Types::CreateCodeRepositoryOutput

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 Amazon Resource Name (ARN) of the new repository.

Returns:

  • (String)


5467
5468
5469
5470
5471
# File 'lib/aws-sdk-sagemaker/types.rb', line 5467

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