Class: Aws::Types::TopicColumn

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:column_friendly_name, :column_description])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation"SUM", ...

Returns the value of attribute aggregation.

Returns:

  • ("SUM", "MAX", "MIN", "COUNT", "DISTINCT_COUNT", "AVERAGE", "MEDIAN", "STDEV", "STDEVP", "VAR", "VARP")


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.

Returns:

  • (::Array[("COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX" | "MEDIAN" | "SUM" | "AVERAGE" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE")])


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.

Returns:



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.

Returns:

  • ("DIMENSION", "MEASURE")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


11679
11680
11681
# File 'sig/types.rbs', line 11679

def column_synonyms
  @column_synonyms
end

#comparative_orderTypes::ComparativeOrder

Returns the value of attribute comparative_order.



11684
11685
11686
# File 'sig/types.rbs', line 11684

def comparative_order
  @comparative_order
end

#default_formattingTypes::DefaultFormatting

Returns the value of attribute default_formatting.



11689
11690
11691
# File 'sig/types.rbs', line 11689

def default_formatting
  @default_formatting
end

#disable_indexingBoolean

Returns the value of attribute disable_indexing.

Returns:

  • (Boolean)


11683
11684
11685
# File 'sig/types.rbs', line 11683

def disable_indexing
  @disable_indexing
end

#is_included_in_topicBoolean

Returns the value of attribute is_included_in_topic.

Returns:

  • (Boolean)


11682
11683
11684
# File 'sig/types.rbs', line 11682

def is_included_in_topic
  @is_included_in_topic
end

#never_aggregate_in_filterBoolean

Returns the value of attribute never_aggregate_in_filter.

Returns:

  • (Boolean)


11690
11691
11692
# File 'sig/types.rbs', line 11690

def never_aggregate_in_filter
  @never_aggregate_in_filter
end

#non_additiveBoolean

Returns the value of attribute non_additive.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[("COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX" | "MEDIAN" | "SUM" | "AVERAGE" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE")])


11688
11689
11690
# File 'sig/types.rbs', line 11688

def not_allowed_aggregations
  @not_allowed_aggregations
end

#semantic_typeTypes::SemanticType

Returns the value of attribute semantic_type.

Returns:



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.

Returns:

  • ("SECOND", "MINUTE", "HOUR", "DAY", "WEEK", "MONTH", "QUARTER", "YEAR")


11686
11687
11688
# File 'sig/types.rbs', line 11686

def time_granularity
  @time_granularity
end