Class: Aws::Glue::Types::ListDataQualityStatisticsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListDataQualityStatisticsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A pagination token to request the next page of results.
-
#statistics ⇒ Array<Types::StatisticSummary>
A ‘StatisticSummaryList`.
Instance Attribute Details
#next_token ⇒ String
A pagination token to request the next page of results.
18198 18199 18200 18201 18202 18203 |
# File 'lib/aws-sdk-glue/types.rb', line 18198 class ListDataQualityStatisticsResponse < Struct.new( :statistics, :next_token) SENSITIVE = [] include Aws::Structure end |
#statistics ⇒ Array<Types::StatisticSummary>
A ‘StatisticSummaryList`.
18198 18199 18200 18201 18202 18203 |
# File 'lib/aws-sdk-glue/types.rb', line 18198 class ListDataQualityStatisticsResponse < Struct.new( :statistics, :next_token) SENSITIVE = [] include Aws::Structure end |