Class: Aws::SageMaker::Types::DescribeCodeRepositoryOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeCodeRepositoryOutput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #code_repository_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the Git repository.
 - 
  
    
      #code_repository_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Git repository.
 - 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time that the repository was created.
 - 
  
    
      #git_config  ⇒ 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 Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time that the repository was last changed.
 
Instance Attribute Details
#code_repository_arn ⇒ String
The Amazon Resource Name (ARN) of the Git repository.
      13844 13845 13846 13847 13848 13849 13850 13851 13852  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13844 class DescribeCodeRepositoryOutput < Struct.new( :code_repository_name, :code_repository_arn, :creation_time, :last_modified_time, :git_config) SENSITIVE = [] include Aws::Structure end  | 
  
#code_repository_name ⇒ String
The name of the Git repository.
      13844 13845 13846 13847 13848 13849 13850 13851 13852  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13844 class DescribeCodeRepositoryOutput < Struct.new( :code_repository_name, :code_repository_arn, :creation_time, :last_modified_time, :git_config) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_time ⇒ Time
The date and time that the repository was created.
      13844 13845 13846 13847 13848 13849 13850 13851 13852  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13844 class DescribeCodeRepositoryOutput < Struct.new( :code_repository_name, :code_repository_arn, :creation_time, :last_modified_time, :git_config) SENSITIVE = [] include Aws::Structure end  | 
  
#git_config ⇒ 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 Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.
      13844 13845 13846 13847 13848 13849 13850 13851 13852  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13844 class DescribeCodeRepositoryOutput < Struct.new( :code_repository_name, :code_repository_arn, :creation_time, :last_modified_time, :git_config) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
The date and time that the repository was last changed.
      13844 13845 13846 13847 13848 13849 13850 13851 13852  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13844 class DescribeCodeRepositoryOutput < Struct.new( :code_repository_name, :code_repository_arn, :creation_time, :last_modified_time, :git_config) SENSITIVE = [] include Aws::Structure end  |