Class: Aws::Types::CoverageStatistics
- Inherits:
-
Object
- Object
- Aws::Types::CoverageStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count_by_coverage_status ⇒ ::Hash[("HEALTHY" | "UNHEALTHY"), ::Integer]
Returns the value of attribute count_by_coverage_status.
-
#count_by_resource_type ⇒ ::Hash[("EKS" | "ECS" | "EC2"), ::Integer]
Returns the value of attribute count_by_resource_type.
Instance Attribute Details
#count_by_coverage_status ⇒ ::Hash[("HEALTHY" | "UNHEALTHY"), ::Integer]
Returns the value of attribute count_by_coverage_status.
437 438 439 |
# File 'sig/types.rbs', line 437 def count_by_coverage_status @count_by_coverage_status end |
#count_by_resource_type ⇒ ::Hash[("EKS" | "ECS" | "EC2"), ::Integer]
Returns the value of attribute count_by_resource_type.
436 437 438 |
# File 'sig/types.rbs', line 436 def count_by_resource_type @count_by_resource_type end |