Class: Aws::Types::ConsolidatedPolicyAggregation
- Inherits:
-
Object
- Object
- Aws::Types::ConsolidatedPolicyAggregation
- 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_additional_analyses ⇒ ::Array[::String]
Returns the value of attribute allowed_additional_analyses.
-
#allowed_join_operators ⇒ ::Array[("OR" | "AND")]
Returns the value of attribute allowed_join_operators.
-
#allowed_result_receivers ⇒ ::Array[::String]
Returns the value of attribute allowed_result_receivers.
-
#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.
876 877 878 |
# File 'sig/types.rbs', line 876 def additional_analyses @additional_analyses end |
#aggregate_columns ⇒ ::Array[Types::AggregateColumn]
Returns the value of attribute aggregate_columns.
869 870 871 |
# File 'sig/types.rbs', line 869 def aggregate_columns @aggregate_columns end |
#allowed_additional_analyses ⇒ ::Array[::String]
Returns the value of attribute allowed_additional_analyses.
878 879 880 |
# File 'sig/types.rbs', line 878 def allowed_additional_analyses @allowed_additional_analyses end |
#allowed_join_operators ⇒ ::Array[("OR" | "AND")]
Returns the value of attribute allowed_join_operators.
872 873 874 |
# File 'sig/types.rbs', line 872 def allowed_join_operators @allowed_join_operators end |
#allowed_result_receivers ⇒ ::Array[::String]
Returns the value of attribute allowed_result_receivers.
877 878 879 |
# File 'sig/types.rbs', line 877 def allowed_result_receivers @allowed_result_receivers end |
#dimension_columns ⇒ ::Array[::String]
Returns the value of attribute dimension_columns.
873 874 875 |
# File 'sig/types.rbs', line 873 def dimension_columns @dimension_columns end |
#join_columns ⇒ ::Array[::String]
Returns the value of attribute join_columns.
870 871 872 |
# File 'sig/types.rbs', line 870 def join_columns @join_columns end |
#join_required ⇒ "QUERY_RUNNER"
Returns the value of attribute join_required.
871 872 873 |
# File 'sig/types.rbs', line 871 def join_required @join_required end |
#output_constraints ⇒ ::Array[Types::AggregationConstraint]
Returns the value of attribute output_constraints.
875 876 877 |
# File 'sig/types.rbs', line 875 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.
874 875 876 |
# File 'sig/types.rbs', line 874 def scalar_functions @scalar_functions end |