Class: Aws::Types::DescribeCodeCoveragesInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCodeCoveragesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_line_coverage_percentage ⇒ ::Float
Returns the value of attribute max_line_coverage_percentage.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#min_line_coverage_percentage ⇒ ::Float
Returns the value of attribute min_line_coverage_percentage.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#report_arn ⇒ ::String
Returns the value of attribute report_arn.
-
#sort_by ⇒ "LINE_COVERAGE_PERCENTAGE", "FILE_PATH"
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
Instance Attribute Details
#max_line_coverage_percentage ⇒ ::Float
Returns the value of attribute max_line_coverage_percentage.
492 493 494 |
# File 'sig/types.rbs', line 492 def max_line_coverage_percentage @max_line_coverage_percentage end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
488 489 490 |
# File 'sig/types.rbs', line 488 def max_results @max_results end |
#min_line_coverage_percentage ⇒ ::Float
Returns the value of attribute min_line_coverage_percentage.
491 492 493 |
# File 'sig/types.rbs', line 491 def min_line_coverage_percentage @min_line_coverage_percentage end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
487 488 489 |
# File 'sig/types.rbs', line 487 def next_token @next_token end |
#report_arn ⇒ ::String
Returns the value of attribute report_arn.
486 487 488 |
# File 'sig/types.rbs', line 486 def report_arn @report_arn end |
#sort_by ⇒ "LINE_COVERAGE_PERCENTAGE", "FILE_PATH"
Returns the value of attribute sort_by.
490 491 492 |
# File 'sig/types.rbs', line 490 def sort_by @sort_by end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
489 490 491 |
# File 'sig/types.rbs', line 489 def sort_order @sort_order end |