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.
19442 19443 19444 19445 19446 19447 |
# File 'lib/aws-sdk-glue/types.rb', line 19442 class ListDataQualityStatisticsResponse < Struct.new( :statistics, :next_token) SENSITIVE = [] include Aws::Structure end |
#statistics ⇒ Array<Types::StatisticSummary>
A ‘StatisticSummaryList`.
19442 19443 19444 19445 19446 19447 |
# File 'lib/aws-sdk-glue/types.rb', line 19442 class ListDataQualityStatisticsResponse < Struct.new( :statistics, :next_token) SENSITIVE = [] include Aws::Structure end |