Class: Aws::Types::GetCoverageStatisticsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


1224
1225
1226
# File 'sig/types.rbs', line 1224

def detector_id
  @detector_id
end

#filter_criteriaTypes::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.

Returns:

  • (::Array[("COUNT_BY_RESOURCE_TYPE" | "COUNT_BY_COVERAGE_STATUS")])


1226
1227
1228
# File 'sig/types.rbs', line 1226

def statistics_type
  @statistics_type
end