Method: Aws::CodeGuruReviewer::Types::CodeReview#source_code_type
- Defined in:
- lib/aws-sdk-codegurureviewer/types.rb
#source_code_type ⇒ Types::SourceCodeType
The type of the source code for the code review.
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 |