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
18220 18221 18222 18223 18224 18225 |
# File 'lib/aws-sdk-glue/types.rb', line 18220 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.
18220 18221 18222 18223 18224 18225 |
# File 'lib/aws-sdk-glue/types.rb', line 18220 class ListDataQualityStatisticAnnotationsResponse < Struct.new( :annotations, :next_token) SENSITIVE = [] include Aws::Structure end |