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.
11681 11682 11683 |
# File 'sig/types.rbs', line 11681 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.
11687 11688 11689 |
# File 'sig/types.rbs', line 11687 def allowed_aggregations @allowed_aggregations end |
#cell_value_synonyms ⇒ ::Array[Types::CellValueSynonym]
Returns the value of attribute cell_value_synonyms.
11691 11692 11693 |
# File 'sig/types.rbs', line 11691 def cell_value_synonyms @cell_value_synonyms end |
#column_data_role ⇒ "DIMENSION", "MEASURE"
Returns the value of attribute column_data_role.
11680 11681 11682 |
# File 'sig/types.rbs', line 11680 def column_data_role @column_data_role end |
#column_description ⇒ ::String
Returns the value of attribute column_description.
11678 11679 11680 |
# File 'sig/types.rbs', line 11678 def column_description @column_description end |
#column_friendly_name ⇒ ::String
Returns the value of attribute column_friendly_name.
11677 11678 11679 |
# File 'sig/types.rbs', line 11677 def column_friendly_name @column_friendly_name end |
#column_name ⇒ ::String
Returns the value of attribute column_name.
11676 11677 11678 |
# File 'sig/types.rbs', line 11676 def column_name @column_name end |
#column_synonyms ⇒ ::Array[::String]
Returns the value of attribute column_synonyms.
11679 11680 11681 |
# File 'sig/types.rbs', line 11679 def column_synonyms @column_synonyms end |
#comparative_order ⇒ Types::ComparativeOrder
Returns the value of attribute comparative_order.
11684 11685 11686 |
# File 'sig/types.rbs', line 11684 def comparative_order @comparative_order end |
#default_formatting ⇒ Types::DefaultFormatting
Returns the value of attribute default_formatting.
11689 11690 11691 |
# File 'sig/types.rbs', line 11689 def default_formatting @default_formatting end |
#disable_indexing ⇒ Boolean
Returns the value of attribute disable_indexing.
11683 11684 11685 |
# File 'sig/types.rbs', line 11683 def disable_indexing @disable_indexing end |
#is_included_in_topic ⇒ Boolean
Returns the value of attribute is_included_in_topic.
11682 11683 11684 |
# File 'sig/types.rbs', line 11682 def is_included_in_topic @is_included_in_topic end |
#never_aggregate_in_filter ⇒ Boolean
Returns the value of attribute never_aggregate_in_filter.
11690 11691 11692 |
# File 'sig/types.rbs', line 11690 def never_aggregate_in_filter @never_aggregate_in_filter end |
#non_additive ⇒ Boolean
Returns the value of attribute non_additive.
11692 11693 11694 |
# File 'sig/types.rbs', line 11692 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.
11688 11689 11690 |
# File 'sig/types.rbs', line 11688 def not_allowed_aggregations @not_allowed_aggregations end |
#semantic_type ⇒ Types::SemanticType
Returns the value of attribute semantic_type.
11685 11686 11687 |
# File 'sig/types.rbs', line 11685 def semantic_type @semantic_type end |
#time_granularity ⇒ "SECOND", ...
Returns the value of attribute time_granularity.
11686 11687 11688 |
# File 'sig/types.rbs', line 11686 def time_granularity @time_granularity end |