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")


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.

Returns:

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


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.

Returns:



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.

Returns:

  • ("DIMENSION", "MEASURE")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


11289
11290
11291
# File 'sig/types.rbs', line 11289

def column_synonyms
  @column_synonyms
end

#comparative_orderTypes::ComparativeOrder

Returns the value of attribute comparative_order.



11294
11295
11296
# File 'sig/types.rbs', line 11294

def comparative_order
  @comparative_order
end

#default_formattingTypes::DefaultFormatting

Returns the value of attribute default_formatting.



11299
11300
11301
# File 'sig/types.rbs', line 11299

def default_formatting
  @default_formatting
end

#disable_indexingBoolean

Returns the value of attribute disable_indexing.

Returns:

  • (Boolean)


11293
11294
11295
# File 'sig/types.rbs', line 11293

def disable_indexing
  @disable_indexing
end

#is_included_in_topicBoolean

Returns the value of attribute is_included_in_topic.

Returns:

  • (Boolean)


11292
11293
11294
# File 'sig/types.rbs', line 11292

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)


11300
11301
11302
# File 'sig/types.rbs', line 11300

def never_aggregate_in_filter
  @never_aggregate_in_filter
end

#non_additiveBoolean

Returns the value of attribute non_additive.

Returns:

  • (Boolean)


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.

Returns:

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


11298
11299
11300
# File 'sig/types.rbs', line 11298

def not_allowed_aggregations
  @not_allowed_aggregations
end

#semantic_typeTypes::SemanticType

Returns the value of attribute semantic_type.

Returns:



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.

Returns:

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


11296
11297
11298
# File 'sig/types.rbs', line 11296

def time_granularity
  @time_granularity
end