Class: Aws::Types::TopicCalculatedField
- Inherits:
-
Object
- Object
- Aws::Types::TopicCalculatedField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation ⇒ "SUM", ...
Returns the value of attribute aggregation.
-
#allowed_aggregations ⇒ ::Array[("COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX" | "MEDIAN" | "SUM" | "AVERAGE" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE")]
Returns the value of attribute allowed_aggregations.
-
#calculated_field_description ⇒ ::String
Returns the value of attribute calculated_field_description.
-
#calculated_field_name ⇒ ::String
Returns the value of attribute calculated_field_name.
-
#calculated_field_synonyms ⇒ ::Array[::String]
Returns the value of attribute calculated_field_synonyms.
-
#cell_value_synonyms ⇒ ::Array[Types::CellValueSynonym]
Returns the value of attribute cell_value_synonyms.
-
#column_data_role ⇒ "DIMENSION", "MEASURE"
Returns the value of attribute column_data_role.
-
#comparative_order ⇒ Types::ComparativeOrder
Returns the value of attribute comparative_order.
-
#default_formatting ⇒ Types::DefaultFormatting
Returns the value of attribute default_formatting.
-
#disable_indexing ⇒ Boolean
Returns the value of attribute disable_indexing.
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#is_included_in_topic ⇒ Boolean
Returns the value of attribute is_included_in_topic.
-
#never_aggregate_in_filter ⇒ Boolean
Returns the value of attribute never_aggregate_in_filter.
-
#non_additive ⇒ Boolean
Returns the value of attribute non_additive.
-
#not_allowed_aggregations ⇒ ::Array[("COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX" | "MEDIAN" | "SUM" | "AVERAGE" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE")]
Returns the value of attribute not_allowed_aggregations.
-
#semantic_type ⇒ Types::SemanticType
Returns the value of attribute semantic_type.
-
#time_granularity ⇒ "SECOND", ...
Returns the value of attribute time_granularity.
Instance Attribute Details
#aggregation ⇒ "SUM", ...
Returns the value of attribute aggregation.
11648 11649 11650 |
# File 'sig/types.rbs', line 11648 def aggregation @aggregation end |
#allowed_aggregations ⇒ ::Array[("COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX" | "MEDIAN" | "SUM" | "AVERAGE" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE")]
Returns the value of attribute allowed_aggregations.
11651 11652 11653 |
# File 'sig/types.rbs', line 11651 def allowed_aggregations @allowed_aggregations end |
#calculated_field_description ⇒ ::String
Returns the value of attribute calculated_field_description.
11640 11641 11642 |
# File 'sig/types.rbs', line 11640 def calculated_field_description @calculated_field_description end |
#calculated_field_name ⇒ ::String
Returns the value of attribute calculated_field_name.
11639 11640 11641 |
# File 'sig/types.rbs', line 11639 def calculated_field_name @calculated_field_name end |
#calculated_field_synonyms ⇒ ::Array[::String]
Returns the value of attribute calculated_field_synonyms.
11642 11643 11644 |
# File 'sig/types.rbs', line 11642 def calculated_field_synonyms @calculated_field_synonyms end |
#cell_value_synonyms ⇒ ::Array[Types::CellValueSynonym]
Returns the value of attribute cell_value_synonyms.
11654 11655 11656 |
# File 'sig/types.rbs', line 11654 def cell_value_synonyms @cell_value_synonyms end |
#column_data_role ⇒ "DIMENSION", "MEASURE"
Returns the value of attribute column_data_role.
11645 11646 11647 |
# File 'sig/types.rbs', line 11645 def column_data_role @column_data_role end |
#comparative_order ⇒ Types::ComparativeOrder
Returns the value of attribute comparative_order.
11649 11650 11651 |
# File 'sig/types.rbs', line 11649 def comparative_order @comparative_order end |
#default_formatting ⇒ Types::DefaultFormatting
Returns the value of attribute default_formatting.
11647 11648 11649 |
# File 'sig/types.rbs', line 11647 def default_formatting @default_formatting end |
#disable_indexing ⇒ Boolean
Returns the value of attribute disable_indexing.
11644 11645 11646 |
# File 'sig/types.rbs', line 11644 def disable_indexing @disable_indexing end |
#expression ⇒ ::String
Returns the value of attribute expression.
11641 11642 11643 |
# File 'sig/types.rbs', line 11641 def expression @expression end |
#is_included_in_topic ⇒ Boolean
Returns the value of attribute is_included_in_topic.
11643 11644 11645 |
# File 'sig/types.rbs', line 11643 def is_included_in_topic @is_included_in_topic end |
#never_aggregate_in_filter ⇒ Boolean
Returns the value of attribute never_aggregate_in_filter.
11653 11654 11655 |
# File 'sig/types.rbs', line 11653 def never_aggregate_in_filter @never_aggregate_in_filter end |
#non_additive ⇒ Boolean
Returns the value of attribute non_additive.
11655 11656 11657 |
# File 'sig/types.rbs', line 11655 def non_additive @non_additive end |
#not_allowed_aggregations ⇒ ::Array[("COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX" | "MEDIAN" | "SUM" | "AVERAGE" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE")]
Returns the value of attribute not_allowed_aggregations.
11652 11653 11654 |
# File 'sig/types.rbs', line 11652 def not_allowed_aggregations @not_allowed_aggregations end |
#semantic_type ⇒ Types::SemanticType
Returns the value of attribute semantic_type.
11650 11651 11652 |
# File 'sig/types.rbs', line 11650 def semantic_type @semantic_type end |
#time_granularity ⇒ "SECOND", ...
Returns the value of attribute time_granularity.
11646 11647 11648 |
# File 'sig/types.rbs', line 11646 def time_granularity @time_granularity end |