Class: Aws::Types::ListCoverageStatisticsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCoverageStatisticsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#counts_by_group ⇒ ::Array[Types::Counts]
Returns the value of attribute counts_by_group.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#total_counts ⇒ ::Integer
Returns the value of attribute total_counts.
Instance Attribute Details
#counts_by_group ⇒ ::Array[Types::Counts]
Returns the value of attribute counts_by_group.
2086 2087 2088 |
# File 'sig/types.rbs', line 2086 def counts_by_group @counts_by_group end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2088 2089 2090 |
# File 'sig/types.rbs', line 2088 def next_token @next_token end |
#total_counts ⇒ ::Integer
Returns the value of attribute total_counts.
2087 2088 2089 |
# File 'sig/types.rbs', line 2087 def total_counts @total_counts end |