Class: Aws::Types::ListDataQualityStatisticAnnotationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDataQualityStatisticAnnotationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotations ⇒ ::Array[Types::StatisticAnnotation]
Returns the value of attribute annotations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#annotations ⇒ ::Array[Types::StatisticAnnotation]
Returns the value of attribute annotations.
5285 5286 5287 |
# File 'sig/types.rbs', line 5285 def annotations @annotations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5286 5287 5288 |
# File 'sig/types.rbs', line 5286 def next_token @next_token end |