Class: Aws::Glue::Types::ListDataQualityStatisticAnnotationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListDataQualityStatisticAnnotationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#annotations ⇒ Array<Types::StatisticAnnotation>
A list of ‘StatisticAnnotation` applied to the Statistic.
-
#next_token ⇒ String
A pagination token to retrieve the next set of results.
Instance Attribute Details
#annotations ⇒ Array<Types::StatisticAnnotation>
A list of ‘StatisticAnnotation` applied to the Statistic
16163 16164 16165 16166 16167 16168 |
# File 'lib/aws-sdk-glue/types.rb', line 16163 class ListDataQualityStatisticAnnotationsResponse < Struct.new( :annotations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token to retrieve the next set of results.
16163 16164 16165 16166 16167 16168 |
# File 'lib/aws-sdk-glue/types.rb', line 16163 class ListDataQualityStatisticAnnotationsResponse < Struct.new( :annotations, :next_token) SENSITIVE = [] include Aws::Structure end |