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

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_nameString

The name of the Git repository to describe.

Returns:

  • (String)


12069
12070
12071
12072
12073
# File 'lib/aws-sdk-sagemaker/types.rb', line 12069

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