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.
4004 4005 4006 |
# File 'sig/types.rbs', line 4004 def code_repository_arn @code_repository_arn end |
#code_repository_name ⇒ ::String
Returns the value of attribute code_repository_name.
4003 4004 4005 |
# File 'sig/types.rbs', line 4003 def code_repository_name @code_repository_name end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4005 4006 4007 |
# File 'sig/types.rbs', line 4005 def creation_time @creation_time end |
#git_config ⇒ Types::GitConfig
Returns the value of attribute git_config.
4007 4008 4009 |
# File 'sig/types.rbs', line 4007 def git_config @git_config end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4006 4007 4008 |
# File 'sig/types.rbs', line 4006 def last_modified_time @last_modified_time end |