Class: Aws::Glue::Types::ListDataQualityStatisticsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return in this request.

Returns:

  • (Integer)


16033
16034
16035
16036
16037
16038
16039
16040
16041
# File 'lib/aws-sdk-glue/types.rb', line 16033

class ListDataQualityStatisticsRequest < Struct.new(
  :statistic_id,
  :profile_id,
  :timestamp_filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token to request the next page of results.

Returns:

  • (String)


16033
16034
16035
16036
16037
16038
16039
16040
16041
# File 'lib/aws-sdk-glue/types.rb', line 16033

class ListDataQualityStatisticsRequest < Struct.new(
  :statistic_id,
  :profile_id,
  :timestamp_filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#profile_idString

The Profile ID.

Returns:

  • (String)


16033
16034
16035
16036
16037
16038
16039
16040
16041
# File 'lib/aws-sdk-glue/types.rb', line 16033

class ListDataQualityStatisticsRequest < Struct.new(
  :statistic_id,
  :profile_id,
  :timestamp_filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#statistic_idString

The Statistic ID.

Returns:

  • (String)


16033
16034
16035
16036
16037
16038
16039
16040
16041
# File 'lib/aws-sdk-glue/types.rb', line 16033

class ListDataQualityStatisticsRequest < Struct.new(
  :statistic_id,
  :profile_id,
  :timestamp_filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#timestamp_filterTypes::TimestampFilter

A timestamp filter.



16033
16034
16035
16036
16037
16038
16039
16040
16041
# File 'lib/aws-sdk-glue/types.rb', line 16033

class ListDataQualityStatisticsRequest < Struct.new(
  :statistic_id,
  :profile_id,
  :timestamp_filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end