Class: Aws::Types::DescribeCodeCoveragesInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_line_coverage_percentage::Float

Returns the value of attribute max_line_coverage_percentage.

Returns:

  • (::Float)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("LINE_COVERAGE_PERCENTAGE", "FILE_PATH")


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.

Returns:

  • ("ASCENDING", "DESCENDING")


489
490
491
# File 'sig/types.rbs', line 489

def sort_order
  @sort_order
end