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.
144 145 146 |
# File 'sig/types.rbs', line 144 def additional_analyses @additional_analyses end |
#aggregate_columns ⇒ ::Array[Types::AggregateColumn]
Returns the value of attribute aggregate_columns.
137 138 139 |
# File 'sig/types.rbs', line 137 def aggregate_columns @aggregate_columns end |
#allowed_join_operators ⇒ ::Array[("OR" | "AND")]
Returns the value of attribute allowed_join_operators.
140 141 142 |
# File 'sig/types.rbs', line 140 def allowed_join_operators @allowed_join_operators end |
#dimension_columns ⇒ ::Array[::String]
Returns the value of attribute dimension_columns.
141 142 143 |
# File 'sig/types.rbs', line 141 def dimension_columns @dimension_columns end |
#join_columns ⇒ ::Array[::String]
Returns the value of attribute join_columns.
138 139 140 |
# File 'sig/types.rbs', line 138 def join_columns @join_columns end |
#join_required ⇒ "QUERY_RUNNER"
Returns the value of attribute join_required.
139 140 141 |
# File 'sig/types.rbs', line 139 def join_required @join_required end |
#output_constraints ⇒ ::Array[Types::AggregationConstraint]
Returns the value of attribute output_constraints.
143 144 145 |
# File 'sig/types.rbs', line 143 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.
142 143 144 |
# File 'sig/types.rbs', line 142 def scalar_functions @scalar_functions end |