Class: Aws::Types::TopicColumn
- Inherits:
-
Object
- Object
- Aws::Types::TopicColumn
- 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.
-
#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.
-
#column_description ⇒ ::String
Returns the value of attribute column_description.
-
#column_friendly_name ⇒ ::String
Returns the value of attribute column_friendly_name.
-
#column_name ⇒ ::String
Returns the value of attribute column_name.
-
#column_synonyms ⇒ ::Array[::String]
Returns the value of attribute column_synonyms.
-
#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.
-
#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.
11291 11292 11293 |
# File 'sig/types.rbs', line 11291 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.
11297 11298 11299 |
# File 'sig/types.rbs', line 11297 def allowed_aggregations @allowed_aggregations end |
#cell_value_synonyms ⇒ ::Array[Types::CellValueSynonym]
Returns the value of attribute cell_value_synonyms.
11301 11302 11303 |
# File 'sig/types.rbs', line 11301 def cell_value_synonyms @cell_value_synonyms end |
#column_data_role ⇒ "DIMENSION", "MEASURE"
Returns the value of attribute column_data_role.
11290 11291 11292 |
# File 'sig/types.rbs', line 11290 def column_data_role @column_data_role end |
#column_description ⇒ ::String
Returns the value of attribute column_description.
11288 11289 11290 |
# File 'sig/types.rbs', line 11288 def column_description @column_description end |
#column_friendly_name ⇒ ::String
Returns the value of attribute column_friendly_name.
11287 11288 11289 |
# File 'sig/types.rbs', line 11287 def column_friendly_name @column_friendly_name end |
#column_name ⇒ ::String
Returns the value of attribute column_name.
11286 11287 11288 |
# File 'sig/types.rbs', line 11286 def column_name @column_name end |
#column_synonyms ⇒ ::Array[::String]
Returns the value of attribute column_synonyms.
11289 11290 11291 |
# File 'sig/types.rbs', line 11289 def column_synonyms @column_synonyms end |
#comparative_order ⇒ Types::ComparativeOrder
Returns the value of attribute comparative_order.
11294 11295 11296 |
# File 'sig/types.rbs', line 11294 def comparative_order @comparative_order end |
#default_formatting ⇒ Types::DefaultFormatting
Returns the value of attribute default_formatting.
11299 11300 11301 |
# File 'sig/types.rbs', line 11299 def default_formatting @default_formatting end |
#disable_indexing ⇒ Boolean
Returns the value of attribute disable_indexing.
11293 11294 11295 |
# File 'sig/types.rbs', line 11293 def disable_indexing @disable_indexing end |
#is_included_in_topic ⇒ Boolean
Returns the value of attribute is_included_in_topic.
11292 11293 11294 |
# File 'sig/types.rbs', line 11292 def is_included_in_topic @is_included_in_topic end |
#never_aggregate_in_filter ⇒ Boolean
Returns the value of attribute never_aggregate_in_filter.
11300 11301 11302 |
# File 'sig/types.rbs', line 11300 def never_aggregate_in_filter @never_aggregate_in_filter end |
#non_additive ⇒ Boolean
Returns the value of attribute non_additive.
11302 11303 11304 |
# File 'sig/types.rbs', line 11302 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.
11298 11299 11300 |
# File 'sig/types.rbs', line 11298 def not_allowed_aggregations @not_allowed_aggregations end |
#semantic_type ⇒ Types::SemanticType
Returns the value of attribute semantic_type.
11295 11296 11297 |
# File 'sig/types.rbs', line 11295 def semantic_type @semantic_type end |
#time_granularity ⇒ "SECOND", ...
Returns the value of attribute time_granularity.
11296 11297 11298 |
# File 'sig/types.rbs', line 11296 def time_granularity @time_granularity end |