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.
893 894 895 |
# File 'sig/types.rbs', line 893 def additional_analyses @additional_analyses end |
#aggregate_columns ⇒ ::Array[Types::AggregateColumn]
Returns the value of attribute aggregate_columns.
886 887 888 |
# File 'sig/types.rbs', line 886 def aggregate_columns @aggregate_columns end |
#allowed_additional_analyses ⇒ ::Array[::String]
Returns the value of attribute allowed_additional_analyses.
895 896 897 |
# File 'sig/types.rbs', line 895 def allowed_additional_analyses @allowed_additional_analyses end |
#allowed_join_operators ⇒ ::Array[("OR" | "AND")]
Returns the value of attribute allowed_join_operators.
889 890 891 |
# File 'sig/types.rbs', line 889 def allowed_join_operators @allowed_join_operators end |
#allowed_result_receivers ⇒ ::Array[::String]
Returns the value of attribute allowed_result_receivers.
894 895 896 |
# File 'sig/types.rbs', line 894 def allowed_result_receivers @allowed_result_receivers end |
#dimension_columns ⇒ ::Array[::String]
Returns the value of attribute dimension_columns.
890 891 892 |
# File 'sig/types.rbs', line 890 def dimension_columns @dimension_columns end |
#join_columns ⇒ ::Array[::String]
Returns the value of attribute join_columns.
887 888 889 |
# File 'sig/types.rbs', line 887 def join_columns @join_columns end |
#join_required ⇒ "QUERY_RUNNER"
Returns the value of attribute join_required.
888 889 890 |
# File 'sig/types.rbs', line 888 def join_required @join_required end |
#output_constraints ⇒ ::Array[Types::AggregationConstraint]
Returns the value of attribute output_constraints.
892 893 894 |
# File 'sig/types.rbs', line 892 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.
891 892 893 |
# File 'sig/types.rbs', line 891 def scalar_functions @scalar_functions end |