Class: Aws::Types::CodeReviewType
- Inherits:
-
Object
- Object
- Aws::Types::CodeReviewType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_types ⇒ ::Array[("Security" | "CodeQuality")]
Returns the value of attribute analysis_types.
-
#repository_analysis ⇒ Types::RepositoryAnalysis
Returns the value of attribute repository_analysis.
Instance Attribute Details
#analysis_types ⇒ ::Array[("Security" | "CodeQuality")]
Returns the value of attribute analysis_types.
85 86 87 |
# File 'sig/types.rbs', line 85 def analysis_types @analysis_types end |
#repository_analysis ⇒ Types::RepositoryAnalysis
Returns the value of attribute repository_analysis.
84 85 86 |
# File 'sig/types.rbs', line 84 def repository_analysis @repository_analysis end |