Class: Aws::SageMaker::Types::DescribeCodeRepositoryInput

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_nameString

The name of the Git repository to describe.

Returns:

  • (String)


12155
12156
12157
12158
12159
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12155

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