Class: Aws::GlueDataBrew::Types::StatisticOverride

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb

Overview

Override of a particular evaluation for a profile job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#parametersHash<String,String>

A map that includes overrides of an evaluation’s parameters.

Returns:

  • (Hash<String,String>)


3630
3631
3632
3633
3634
3635
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3630

class StatisticOverride < Struct.new(
  :statistic,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#statisticString

The name of an evaluation

Returns:

  • (String)


3630
3631
3632
3633
3634
3635
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3630

class StatisticOverride < Struct.new(
  :statistic,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end