Class: Aws::Types::RepositoryAnalysis
- Inherits:
-
Object
- Object
- Aws::Types::RepositoryAnalysis
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#repository_head ⇒ Types::RepositoryHeadSourceCodeType
Returns the value of attribute repository_head.
-
#source_code_type ⇒ Types::SourceCodeType
Returns the value of attribute source_code_type.
Instance Attribute Details
#repository_head ⇒ Types::RepositoryHeadSourceCodeType
Returns the value of attribute repository_head.
312 313 314 |
# File 'sig/types.rbs', line 312 def repository_head @repository_head end |
#source_code_type ⇒ Types::SourceCodeType
Returns the value of attribute source_code_type.
313 314 315 |
# File 'sig/types.rbs', line 313 def source_code_type @source_code_type end |