Class: Aws::Glue::Types::ListDataQualityStatisticsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListDataQualityStatisticsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in this request.
-
#next_token ⇒ String
A pagination token to request the next page of results.
-
#profile_id ⇒ String
The Profile ID.
-
#statistic_id ⇒ String
The Statistic ID.
-
#timestamp_filter ⇒ Types::TimestampFilter
A timestamp filter.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in this request.
16192 16193 16194 16195 16196 16197 16198 16199 16200 |
# File 'lib/aws-sdk-glue/types.rb', line 16192 class ListDataQualityStatisticsRequest < Struct.new( :statistic_id, :profile_id, :timestamp_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token to request the next page of results.
16192 16193 16194 16195 16196 16197 16198 16199 16200 |
# File 'lib/aws-sdk-glue/types.rb', line 16192 class ListDataQualityStatisticsRequest < Struct.new( :statistic_id, :profile_id, :timestamp_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
The Profile ID.
16192 16193 16194 16195 16196 16197 16198 16199 16200 |
# File 'lib/aws-sdk-glue/types.rb', line 16192 class ListDataQualityStatisticsRequest < Struct.new( :statistic_id, :profile_id, :timestamp_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#statistic_id ⇒ String
The Statistic ID.
16192 16193 16194 16195 16196 16197 16198 16199 16200 |
# File 'lib/aws-sdk-glue/types.rb', line 16192 class ListDataQualityStatisticsRequest < Struct.new( :statistic_id, :profile_id, :timestamp_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#timestamp_filter ⇒ Types::TimestampFilter
A timestamp filter.
16192 16193 16194 16195 16196 16197 16198 16199 16200 |
# File 'lib/aws-sdk-glue/types.rb', line 16192 class ListDataQualityStatisticsRequest < Struct.new( :statistic_id, :profile_id, :timestamp_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |