Method: Aws::CodeBuild::Types::DescribeCodeCoveragesInput#report_arn

Defined in:
lib/aws-sdk-codebuild/types.rb

#report_arnString

The ARN of the report for which test cases are returned.

Returns:

  • (String)


2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
# File 'lib/aws-sdk-codebuild/types.rb', line 2482

class DescribeCodeCoveragesInput < Struct.new(
  :report_arn,
  :next_token,
  :max_results,
  :sort_order,
  :sort_by,
  :min_line_coverage_percentage,
  :max_line_coverage_percentage)
  SENSITIVE = []
  include Aws::Structure
end