Class: Aws::Types::GetCoverageStatisticsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCoverageStatisticsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#filter_criteria ⇒ Types::CoverageFilterCriteria
Returns the value of attribute filter_criteria.
-
#statistics_type ⇒ ::Array[("COUNT_BY_RESOURCE_TYPE" | "COUNT_BY_COVERAGE_STATUS")]
Returns the value of attribute statistics_type.
Instance Attribute Details
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def detector_id @detector_id end |
#filter_criteria ⇒ Types::CoverageFilterCriteria
Returns the value of attribute filter_criteria.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def filter_criteria @filter_criteria end |
#statistics_type ⇒ ::Array[("COUNT_BY_RESOURCE_TYPE" | "COUNT_BY_COVERAGE_STATUS")]
Returns the value of attribute statistics_type.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def statistics_type @statistics_type end |