Class: Aws::Glue::Types::ListDataQualityStatisticAnnotationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListDataQualityStatisticAnnotationsRequest
- 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 retrieve the next set 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.
16143 16144 16145 16146 16147 16148 16149 16150 16151 |
# File 'lib/aws-sdk-glue/types.rb', line 16143 class ListDataQualityStatisticAnnotationsRequest < Struct.new( :statistic_id, :profile_id, :timestamp_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token to retrieve the next set of results.
16143 16144 16145 16146 16147 16148 16149 16150 16151 |
# File 'lib/aws-sdk-glue/types.rb', line 16143 class ListDataQualityStatisticAnnotationsRequest < Struct.new( :statistic_id, :profile_id, :timestamp_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
The Profile ID.
16143 16144 16145 16146 16147 16148 16149 16150 16151 |
# File 'lib/aws-sdk-glue/types.rb', line 16143 class ListDataQualityStatisticAnnotationsRequest < Struct.new( :statistic_id, :profile_id, :timestamp_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#statistic_id ⇒ String
The Statistic ID.
16143 16144 16145 16146 16147 16148 16149 16150 16151 |
# File 'lib/aws-sdk-glue/types.rb', line 16143 class ListDataQualityStatisticAnnotationsRequest < Struct.new( :statistic_id, :profile_id, :timestamp_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#timestamp_filter ⇒ Types::TimestampFilter
A timestamp filter.
16143 16144 16145 16146 16147 16148 16149 16150 16151 |
# File 'lib/aws-sdk-glue/types.rb', line 16143 class ListDataQualityStatisticAnnotationsRequest < Struct.new( :statistic_id, :profile_id, :timestamp_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |