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.
5315 5316 5317 |
# File 'sig/types.rbs', line 5315 def next_token @next_token end |
#statistics ⇒ ::Array[Types::StatisticSummary]
Returns the value of attribute statistics.
5314 5315 5316 |
# File 'sig/types.rbs', line 5314 def statistics @statistics end |