Class: Aws::Glue::Types::ListDataQualityStatisticAnnotationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#annotationsArray<Types::StatisticAnnotation>

A list of ‘StatisticAnnotation` applied to the Statistic

Returns:



16004
16005
16006
16007
16008
16009
# File 'lib/aws-sdk-glue/types.rb', line 16004

class ListDataQualityStatisticAnnotationsResponse < Struct.new(
  :annotations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token to retrieve the next set of results.

Returns:

  • (String)


16004
16005
16006
16007
16008
16009
# File 'lib/aws-sdk-glue/types.rb', line 16004

class ListDataQualityStatisticAnnotationsResponse < Struct.new(
  :annotations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end