Class: Aws::Types::DescribeCodeRepositoryOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCodeRepositoryOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_repository_arn ⇒ ::String
Returns the value of attribute code_repository_arn.
-
#code_repository_name ⇒ ::String
Returns the value of attribute code_repository_name.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#git_config ⇒ Types::GitConfig
Returns the value of attribute git_config.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
Instance Attribute Details
#code_repository_arn ⇒ ::String
Returns the value of attribute code_repository_arn.
4021 4022 4023 |
# File 'sig/types.rbs', line 4021 def code_repository_arn @code_repository_arn end |
#code_repository_name ⇒ ::String
Returns the value of attribute code_repository_name.
4020 4021 4022 |
# File 'sig/types.rbs', line 4020 def code_repository_name @code_repository_name end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4022 4023 4024 |
# File 'sig/types.rbs', line 4022 def creation_time @creation_time end |
#git_config ⇒ Types::GitConfig
Returns the value of attribute git_config.
4024 4025 4026 |
# File 'sig/types.rbs', line 4024 def git_config @git_config end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4023 4024 4025 |
# File 'sig/types.rbs', line 4023 def last_modified_time @last_modified_time end |