Class: Aws::SageMaker::Types::DescribeCodeRepositoryOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#code_repository_arnString

The Amazon Resource Name (ARN) of the Git repository.

Returns:

  • (String)


6384
6385
6386
6387
6388
6389
6390
6391
# File 'lib/aws-sdk-sagemaker/types.rb', line 6384

class DescribeCodeRepositoryOutput < Struct.new(
  :code_repository_name,
  :code_repository_arn,
  :creation_time,
  :last_modified_time,
  :git_config)
  include Aws::Structure
end

#code_repository_nameString

The name of the Git repository.

Returns:

  • (String)


6384
6385
6386
6387
6388
6389
6390
6391
# File 'lib/aws-sdk-sagemaker/types.rb', line 6384

class DescribeCodeRepositoryOutput < Struct.new(
  :code_repository_name,
  :code_repository_arn,
  :creation_time,
  :last_modified_time,
  :git_config)
  include Aws::Structure
end

#creation_timeTime

The date and time that the repository was created.

Returns:

  • (Time)


6384
6385
6386
6387
6388
6389
6390
6391
# File 'lib/aws-sdk-sagemaker/types.rb', line 6384

class DescribeCodeRepositoryOutput < Struct.new(
  :code_repository_name,
  :code_repository_arn,
  :creation_time,
  :last_modified_time,
  :git_config)
  include Aws::Structure
end

#git_configTypes::GitConfig

Configuration details about the repository, including the URL where the repository is located, the default branch, and the Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the credentials used to access the repository.

Returns:



6384
6385
6386
6387
6388
6389
6390
6391
# File 'lib/aws-sdk-sagemaker/types.rb', line 6384

class DescribeCodeRepositoryOutput < Struct.new(
  :code_repository_name,
  :code_repository_arn,
  :creation_time,
  :last_modified_time,
  :git_config)
  include Aws::Structure
end

#last_modified_timeTime

The date and time that the repository was last changed.

Returns:

  • (Time)


6384
6385
6386
6387
6388
6389
6390
6391
# File 'lib/aws-sdk-sagemaker/types.rb', line 6384

class DescribeCodeRepositoryOutput < Struct.new(
  :code_repository_name,
  :code_repository_arn,
  :creation_time,
  :last_modified_time,
  :git_config)
  include Aws::Structure
end