Class: Aws::Types::AnalysisRuleAggregation
- Inherits:
-
Object
- Object
- Aws::Types::AnalysisRuleAggregation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_analyses ⇒ "ALLOWED", ...
Returns the value of attribute additional_analyses.
-
#aggregate_columns ⇒ ::Array[Types::AggregateColumn]
Returns the value of attribute aggregate_columns.
-
#allowed_join_operators ⇒ ::Array[("OR" | "AND")]
Returns the value of attribute allowed_join_operators.
-
#dimension_columns ⇒ ::Array[::String]
Returns the value of attribute dimension_columns.
-
#join_columns ⇒ ::Array[::String]
Returns the value of attribute join_columns.
-
#join_required ⇒ "QUERY_RUNNER"
Returns the value of attribute join_required.
-
#output_constraints ⇒ ::Array[Types::AggregationConstraint]
Returns the value of attribute output_constraints.
-
#scalar_functions ⇒ ::Array[("ABS" | "CAST" | "CEILING" | "COALESCE" | "CONVERT" | "CURRENT_DATE" | "DATEADD" | "EXTRACT" | "FLOOR" | "GETDATE" | "LN" | "LOG" | "LOWER" | "ROUND" | "RTRIM" | "SQRT" | "SUBSTRING" | "TO_CHAR" | "TO_DATE" | "TO_NUMBER" | "TO_TIMESTAMP" | "TRIM" | "TRUNC" | "UPPER")]
Returns the value of attribute scalar_functions.
Instance Attribute Details
#additional_analyses ⇒ "ALLOWED", ...
Returns the value of attribute additional_analyses.
135 136 137 |
# File 'sig/types.rbs', line 135 def additional_analyses @additional_analyses end |
#aggregate_columns ⇒ ::Array[Types::AggregateColumn]
Returns the value of attribute aggregate_columns.
128 129 130 |
# File 'sig/types.rbs', line 128 def aggregate_columns @aggregate_columns end |
#allowed_join_operators ⇒ ::Array[("OR" | "AND")]
Returns the value of attribute allowed_join_operators.
131 132 133 |
# File 'sig/types.rbs', line 131 def allowed_join_operators @allowed_join_operators end |
#dimension_columns ⇒ ::Array[::String]
Returns the value of attribute dimension_columns.
132 133 134 |
# File 'sig/types.rbs', line 132 def dimension_columns @dimension_columns end |
#join_columns ⇒ ::Array[::String]
Returns the value of attribute join_columns.
129 130 131 |
# File 'sig/types.rbs', line 129 def join_columns @join_columns end |
#join_required ⇒ "QUERY_RUNNER"
Returns the value of attribute join_required.
130 131 132 |
# File 'sig/types.rbs', line 130 def join_required @join_required end |
#output_constraints ⇒ ::Array[Types::AggregationConstraint]
Returns the value of attribute output_constraints.
134 135 136 |
# File 'sig/types.rbs', line 134 def output_constraints @output_constraints end |
#scalar_functions ⇒ ::Array[("ABS" | "CAST" | "CEILING" | "COALESCE" | "CONVERT" | "CURRENT_DATE" | "DATEADD" | "EXTRACT" | "FLOOR" | "GETDATE" | "LN" | "LOG" | "LOWER" | "ROUND" | "RTRIM" | "SQRT" | "SUBSTRING" | "TO_CHAR" | "TO_DATE" | "TO_NUMBER" | "TO_TIMESTAMP" | "TRIM" | "TRUNC" | "UPPER")]
Returns the value of attribute scalar_functions.
133 134 135 |
# File 'sig/types.rbs', line 133 def scalar_functions @scalar_functions end |