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