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
3804 |
# File 'sig/client.rbs', line 3804
def code_repository_arn: () -> ::String
|
#code_repository_name ⇒ ::String
3803 |
# File 'sig/client.rbs', line 3803
def code_repository_name: () -> ::String
|
#creation_time ⇒ ::Time
3805 |
# File 'sig/client.rbs', line 3805
def creation_time: () -> ::Time
|
#git_config ⇒ Types::GitConfig
3807 |
# File 'sig/client.rbs', line 3807
def git_config: () -> Types::GitConfig
|
#last_modified_time ⇒ ::Time
3806 |
# File 'sig/client.rbs', line 3806
def last_modified_time: () -> ::Time
|