Class: Aws::Types::TopicCalculatedField

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:calculated_field_name, :calculated_field_description, :expression])

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


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:



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.

Returns:

  • ("DIMENSION", "MEASURE")


11255
11256
11257
# File 'sig/types.rbs', line 11255

def column_data_role
  @column_data_role
end

#comparative_orderTypes::ComparativeOrder

Returns the value of attribute comparative_order.



11259
11260
11261
# File 'sig/types.rbs', line 11259

def comparative_order
  @comparative_order
end

#default_formattingTypes::DefaultFormatting

Returns the value of attribute default_formatting.



11257
11258
11259
# File 'sig/types.rbs', line 11257

def default_formatting
  @default_formatting
end

#disable_indexingBoolean

Returns the value of attribute disable_indexing.

Returns:

  • (Boolean)


11254
11255
11256
# File 'sig/types.rbs', line 11254

def disable_indexing
  @disable_indexing
end

#expression::String

Returns the value of attribute expression.

Returns:

  • (::String)


11251
11252
11253
# File 'sig/types.rbs', line 11251

def expression
  @expression
end

#is_included_in_topicBoolean

Returns the value of attribute is_included_in_topic.

Returns:

  • (Boolean)


11253
11254
11255
# File 'sig/types.rbs', line 11253

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)


11263
11264
11265
# File 'sig/types.rbs', line 11263

def never_aggregate_in_filter
  @never_aggregate_in_filter
end

#non_additiveBoolean

Returns the value of attribute non_additive.

Returns:

  • (Boolean)


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.

Returns:

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


11262
11263
11264
# File 'sig/types.rbs', line 11262

def not_allowed_aggregations
  @not_allowed_aggregations
end

#semantic_typeTypes::SemanticType

Returns the value of attribute semantic_type.

Returns:



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.

Returns:

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


11256
11257
11258
# File 'sig/types.rbs', line 11256

def time_granularity
  @time_granularity
end