Module: Aws::SageMaker::Client::_DescribeCodeRepositoryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeCodeRepositoryOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #code_repository_arn ⇒ ::String
- #code_repository_name ⇒ ::String
- #creation_time ⇒ ::Time
- #git_config ⇒ Types::GitConfig
- #last_modified_time ⇒ ::Time
Instance Method Details
#code_repository_arn ⇒ ::String
3848 |
# File 'sig/client.rbs', line 3848 def code_repository_arn: () -> ::String |
#code_repository_name ⇒ ::String
3847 |
# File 'sig/client.rbs', line 3847 def code_repository_name: () -> ::String |
#creation_time ⇒ ::Time
3849 |
# File 'sig/client.rbs', line 3849 def creation_time: () -> ::Time |
#git_config ⇒ Types::GitConfig
3851 |
# File 'sig/client.rbs', line 3851 def git_config: () -> Types::GitConfig |
#last_modified_time ⇒ ::Time
3850 |
# File 'sig/client.rbs', line 3850 def last_modified_time: () -> ::Time |