Class: Aws::Types::CodeReviewType

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_types::Array[("Security" | "CodeQuality")]

Returns the value of attribute analysis_types.

Returns:

  • (::Array[("Security" | "CodeQuality")])


85
86
87
# File 'sig/types.rbs', line 85

def analysis_types
  @analysis_types
end

#repository_analysisTypes::RepositoryAnalysis

Returns the value of attribute repository_analysis.



84
85
86
# File 'sig/types.rbs', line 84

def repository_analysis
  @repository_analysis
end