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

Class: Aws::SageMaker::Types::CodeRepositorySummary

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

Overview

Specifies summary information about a Git repository.

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 Git repository was created.

Returns:

  • (Time)

    The date and time that the Git repository was created.

#git_configTypes::GitConfig

Configuration details for the Git repository, including the URL where it is located and the ARN of the AWS Secrets Manager secret that contains the credentials used to access the repository.

Returns:

  • (Types::GitConfig)

    Configuration details for the Git repository, including the URL where it is located and the 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 Git repository was last modified.

Returns:

  • (Time)

    The date and time that the Git repository was last modified.