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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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:



15994
15995
15996
15997
15998
15999
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15994

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)


15994
15995
15996
15997
15998
15999
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15994

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