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.
5299 5300 5301 |
# File 'sig/types.rbs', line 5299 def annotations @annotations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5300 5301 5302 |
# File 'sig/types.rbs', line 5300 def next_token @next_token end |