You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#code_repository_arnString

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

Returns:

  • (String)

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

#code_repository_nameString

The name of the Git repository.

Returns:

  • (String)

    The name of the Git repository.

#creation_timeTime

The date and time that the repository was created.

Returns:

  • (Time)

    The date and time that the repository was created.

#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:

  • (Types::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.

#last_modified_timeTime

The date and time that the repository was last changed.

Returns:

  • (Time)

    The date and time that the repository was last changed.