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:



19587
19588
19589
19590
19591
19592
# File 'lib/aws-sdk-glue/types.rb', line 19587

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)


19587
19588
19589
19590
19591
19592
# File 'lib/aws-sdk-glue/types.rb', line 19587

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