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.
5256 5257 5258 |
# File 'sig/types.rbs', line 5256 def annotations @annotations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5257 5258 5259 |
# File 'sig/types.rbs', line 5257 def next_token @next_token end |