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.
1665 1666 1667 |
# File 'sig/types.rbs', line 1665 def code_repository_arn @code_repository_arn end |
#code_repository_name ⇒ ::String
Returns the value of attribute code_repository_name.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def code_repository_name @code_repository_name end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def creation_time @creation_time end |
#git_config ⇒ Types::GitConfig
Returns the value of attribute git_config.
1668 1669 1670 |
# File 'sig/types.rbs', line 1668 def git_config @git_config end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1667 1668 1669 |
# File 'sig/types.rbs', line 1667 def last_modified_time @last_modified_time end |