Class: Aws::GlueDataBrew::Types::StatisticOverride
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::StatisticOverride
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Override of a particular evaluation for a profile job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameters ⇒ Hash<String,String>
A map that includes overrides of an evaluation’s parameters.
-
#statistic ⇒ String
The name of an evaluation.
Instance Attribute Details
#parameters ⇒ Hash<String,String>
A map that includes overrides of an evaluation’s parameters.
3630 3631 3632 3633 3634 3635 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3630 class StatisticOverride < Struct.new( :statistic, :parameters) SENSITIVE = [] include Aws::Structure end |
#statistic ⇒ String
The name of an evaluation
3630 3631 3632 3633 3634 3635 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3630 class StatisticOverride < Struct.new( :statistic, :parameters) SENSITIVE = [] include Aws::Structure end |