Method: Aws::CodeGuruReviewer::Types::CodeReview#config_file_state
- Defined in:
- lib/aws-sdk-codegurureviewer/types.rb
#config_file_state ⇒ String
The state of the ‘aws-codeguru-reviewer.yml` configuration file that allows the configuration of the CodeGuru Reviewer analysis. The file either exists, doesn’t exist, or exists with errors at the root directory of your repository.
283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 |
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 283 class CodeReview < Struct.new( :name, :code_review_arn, :repository_name, :owner, :provider_type, :state, :state_reason, :created_time_stamp, :last_updated_time_stamp, :type, :pull_request_id, :source_code_type, :association_arn, :metrics, :analysis_types, :config_file_state) SENSITIVE = [] include Aws::Structure end |