Class: Aws::Types::AggregationThreshold
- Inherits:
-
Object
- Object
- Aws::Types::AggregationThreshold
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_aggregate_expression_type ⇒ "COLUMNS_ONLY", "ANY_EXPRESSION"
Returns the value of attribute allowed_aggregate_expression_type.
-
#identity_columns ⇒ ::Array[::String]
Returns the value of attribute identity_columns.
-
#minimum_identity_count ⇒ ::Integer
Returns the value of attribute minimum_identity_count.
-
#output_column_thresholds ⇒ ::Array[Types::OutputColumnThreshold]
Returns the value of attribute output_column_thresholds.
-
#type ⇒ "COUNT_DISTINCT"
Returns the value of attribute type.
Instance Attribute Details
#allowed_aggregate_expression_type ⇒ "COLUMNS_ONLY", "ANY_EXPRESSION"
Returns the value of attribute allowed_aggregate_expression_type.
69 70 71 |
# File 'sig/types.rbs', line 69 def allowed_aggregate_expression_type @allowed_aggregate_expression_type end |
#identity_columns ⇒ ::Array[::String]
Returns the value of attribute identity_columns.
65 66 67 |
# File 'sig/types.rbs', line 65 def identity_columns @identity_columns end |
#minimum_identity_count ⇒ ::Integer
Returns the value of attribute minimum_identity_count.
66 67 68 |
# File 'sig/types.rbs', line 66 def minimum_identity_count @minimum_identity_count end |
#output_column_thresholds ⇒ ::Array[Types::OutputColumnThreshold]
Returns the value of attribute output_column_thresholds.
68 69 70 |
# File 'sig/types.rbs', line 68 def output_column_thresholds @output_column_thresholds end |
#type ⇒ "COUNT_DISTINCT"
Returns the value of attribute type.
67 68 69 |
# File 'sig/types.rbs', line 67 def type @type end |