Method: Aws::CodeGuruReviewer::Types::CodeReview#provider_type
- Defined in:
- lib/aws-sdk-codegurureviewer/types.rb
#provider_type ⇒ String
The type of repository that contains the reviewed code (for example, GitHub or Bitbucket).
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 |