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.
20100 20101 20102 20103 20104 20105 |
# File 'lib/aws-sdk-glue/types.rb', line 20100 class ListDataQualityStatisticsResponse < Struct.new( :statistics, :next_token) SENSITIVE = [] include Aws::Structure end |
#statistics ⇒ Array<Types::StatisticSummary>
A StatisticSummaryList.
20100 20101 20102 20103 20104 20105 |
# File 'lib/aws-sdk-glue/types.rb', line 20100 class ListDataQualityStatisticsResponse < Struct.new( :statistics, :next_token) SENSITIVE = [] include Aws::Structure end |