Class: Aws::Types::AvailabilityMeasurement

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#experience_score::Float

Returns the value of attribute experience_score.

Returns:

  • (::Float)


17
18
19
# File 'sig/types.rbs', line 17

def experience_score
  @experience_score
end

#percent_of_client_location_impacted::Float

Returns the value of attribute percent_of_client_location_impacted.

Returns:

  • (::Float)


19
20
21
# File 'sig/types.rbs', line 19

def percent_of_client_location_impacted
  @percent_of_client_location_impacted
end

#percent_of_total_traffic_impacted::Float

Returns the value of attribute percent_of_total_traffic_impacted.

Returns:

  • (::Float)


18
19
20
# File 'sig/types.rbs', line 18

def percent_of_total_traffic_impacted
  @percent_of_total_traffic_impacted
end