Method: Aws::CodeBuild::Types::CodeCoverage#id
- Defined in:
- lib/aws-sdk-codebuild/types.rb
#id ⇒ String
The identifier of the code coverage report.
1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 |
# File 'lib/aws-sdk-codebuild/types.rb', line 1467 class CodeCoverage < Struct.new( :id, :report_arn, :file_path, :line_coverage_percentage, :lines_covered, :lines_missed, :branch_coverage_percentage, :branches_covered, :branches_missed, :expired) SENSITIVE = [] include Aws::Structure end |