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.
11258 11259 11260 |
# File 'sig/types.rbs', line 11258 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.
11261 11262 11263 |
# File 'sig/types.rbs', line 11261 def allowed_aggregations @allowed_aggregations end |
#calculated_field_description ⇒ ::String
Returns the value of attribute calculated_field_description.
11250 11251 11252 |
# File 'sig/types.rbs', line 11250 def calculated_field_description @calculated_field_description end |
#calculated_field_name ⇒ ::String
Returns the value of attribute calculated_field_name.
11249 11250 11251 |
# File 'sig/types.rbs', line 11249 def calculated_field_name @calculated_field_name end |
#calculated_field_synonyms ⇒ ::Array[::String]
Returns the value of attribute calculated_field_synonyms.
11252 11253 11254 |
# File 'sig/types.rbs', line 11252 def calculated_field_synonyms @calculated_field_synonyms end |
#cell_value_synonyms ⇒ ::Array[Types::CellValueSynonym]
Returns the value of attribute cell_value_synonyms.
11264 11265 11266 |
# File 'sig/types.rbs', line 11264 def cell_value_synonyms @cell_value_synonyms end |
#column_data_role ⇒ "DIMENSION", "MEASURE"
Returns the value of attribute column_data_role.
11255 11256 11257 |
# File 'sig/types.rbs', line 11255 def column_data_role @column_data_role end |
#comparative_order ⇒ Types::ComparativeOrder
Returns the value of attribute comparative_order.
11259 11260 11261 |
# File 'sig/types.rbs', line 11259 def comparative_order @comparative_order end |
#default_formatting ⇒ Types::DefaultFormatting
Returns the value of attribute default_formatting.
11257 11258 11259 |
# File 'sig/types.rbs', line 11257 def default_formatting @default_formatting end |
#disable_indexing ⇒ Boolean
Returns the value of attribute disable_indexing.
11254 11255 11256 |
# File 'sig/types.rbs', line 11254 def disable_indexing @disable_indexing end |
#expression ⇒ ::String
Returns the value of attribute expression.
11251 11252 11253 |
# File 'sig/types.rbs', line 11251 def expression @expression end |
#is_included_in_topic ⇒ Boolean
Returns the value of attribute is_included_in_topic.
11253 11254 11255 |
# File 'sig/types.rbs', line 11253 def is_included_in_topic @is_included_in_topic end |
#never_aggregate_in_filter ⇒ Boolean
Returns the value of attribute never_aggregate_in_filter.
11263 11264 11265 |
# File 'sig/types.rbs', line 11263 def never_aggregate_in_filter @never_aggregate_in_filter end |
#non_additive ⇒ Boolean
Returns the value of attribute non_additive.
11265 11266 11267 |
# File 'sig/types.rbs', line 11265 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.
11262 11263 11264 |
# File 'sig/types.rbs', line 11262 def not_allowed_aggregations @not_allowed_aggregations end |
#semantic_type ⇒ Types::SemanticType
Returns the value of attribute semantic_type.
11260 11261 11262 |
# File 'sig/types.rbs', line 11260 def semantic_type @semantic_type end |
#time_granularity ⇒ "SECOND", ...
Returns the value of attribute time_granularity.
11256 11257 11258 |
# File 'sig/types.rbs', line 11256 def time_granularity @time_granularity end |