Class: Aws::Types::CodeRepositorySummary
- Inherits:
-
Object
- Object
- Aws::Types::CodeRepositorySummary
- 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.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def code_repository_arn @code_repository_arn end |
#code_repository_name ⇒ ::String
Returns the value of attribute code_repository_name.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def code_repository_name @code_repository_name end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def creation_time @creation_time end |
#git_config ⇒ Types::GitConfig
Returns the value of attribute git_config.
1653 1654 1655 |
# File 'sig/types.rbs', line 1653 def git_config @git_config end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1652 1653 1654 |
# File 'sig/types.rbs', line 1652 def last_modified_time @last_modified_time end |