Class: Aws::Glue::Types::ListDataQualityStatisticAnnotationsRequest

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)


15984
15985
15986
15987
15988
15989
15990
15991
15992
# File 'lib/aws-sdk-glue/types.rb', line 15984

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

#next_tokenString

A pagination token to retrieve the next set of results.

Returns:

  • (String)


15984
15985
15986
15987
15988
15989
15990
15991
15992
# File 'lib/aws-sdk-glue/types.rb', line 15984

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

#profile_idString

The Profile ID.

Returns:

  • (String)


15984
15985
15986
15987
15988
15989
15990
15991
15992
# File 'lib/aws-sdk-glue/types.rb', line 15984

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

#statistic_idString

The Statistic ID.

Returns:

  • (String)


15984
15985
15986
15987
15988
15989
15990
15991
15992
# File 'lib/aws-sdk-glue/types.rb', line 15984

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

#timestamp_filterTypes::TimestampFilter

A timestamp filter.



15984
15985
15986
15987
15988
15989
15990
15991
15992
# File 'lib/aws-sdk-glue/types.rb', line 15984

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