Class: Aws::Types::ListDataQualityStatisticsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDataQualityStatisticsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#statistics ⇒ ::Array[Types::StatisticSummary]
Returns the value of attribute statistics.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
5272 5273 5274 |
# File 'sig/types.rbs', line 5272 def next_token @next_token end |
#statistics ⇒ ::Array[Types::StatisticSummary]
Returns the value of attribute statistics.
5271 5272 5273 |
# File 'sig/types.rbs', line 5271 def statistics @statistics end |