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


11648
11649
11650
# File 'sig/types.rbs', line 11648

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


11651
11652
11653
# File 'sig/types.rbs', line 11651

def allowed_aggregations
  @allowed_aggregations
end

#calculated_field_description::String

Returns the value of attribute calculated_field_description.

Returns:

  • (::String)


11640
11641
11642
# File 'sig/types.rbs', line 11640

def calculated_field_description
  @calculated_field_description
end

#calculated_field_name::String

Returns the value of attribute calculated_field_name.

Returns:

  • (::String)


11639
11640
11641
# File 'sig/types.rbs', line 11639

def calculated_field_name
  @calculated_field_name
end

#calculated_field_synonyms::Array[::String]

Returns the value of attribute calculated_field_synonyms.

Returns:

  • (::Array[::String])


11642
11643
11644
# File 'sig/types.rbs', line 11642

def calculated_field_synonyms
  @calculated_field_synonyms
end

#cell_value_synonyms::Array[Types::CellValueSynonym]

Returns the value of attribute cell_value_synonyms.

Returns:



11654
11655
11656
# File 'sig/types.rbs', line 11654

def cell_value_synonyms
  @cell_value_synonyms
end

#column_data_role"DIMENSION", "MEASURE"

Returns the value of attribute column_data_role.

Returns:

  • ("DIMENSION", "MEASURE")


11645
11646
11647
# File 'sig/types.rbs', line 11645

def column_data_role
  @column_data_role
end

#comparative_orderTypes::ComparativeOrder

Returns the value of attribute comparative_order.



11649
11650
11651
# File 'sig/types.rbs', line 11649

def comparative_order
  @comparative_order
end

#default_formattingTypes::DefaultFormatting

Returns the value of attribute default_formatting.



11647
11648
11649
# File 'sig/types.rbs', line 11647

def default_formatting
  @default_formatting
end

#disable_indexingBoolean

Returns the value of attribute disable_indexing.

Returns:

  • (Boolean)


11644
11645
11646
# File 'sig/types.rbs', line 11644

def disable_indexing
  @disable_indexing
end

#expression::String

Returns the value of attribute expression.

Returns:

  • (::String)


11641
11642
11643
# File 'sig/types.rbs', line 11641

def expression
  @expression
end

#is_included_in_topicBoolean

Returns the value of attribute is_included_in_topic.

Returns:

  • (Boolean)


11643
11644
11645
# File 'sig/types.rbs', line 11643

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)


11653
11654
11655
# File 'sig/types.rbs', line 11653

def never_aggregate_in_filter
  @never_aggregate_in_filter
end

#non_additiveBoolean

Returns the value of attribute non_additive.

Returns:

  • (Boolean)


11655
11656
11657
# File 'sig/types.rbs', line 11655

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


11652
11653
11654
# File 'sig/types.rbs', line 11652

def not_allowed_aggregations
  @not_allowed_aggregations
end

#semantic_typeTypes::SemanticType

Returns the value of attribute semantic_type.

Returns:



11650
11651
11652
# File 'sig/types.rbs', line 11650

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


11646
11647
11648
# File 'sig/types.rbs', line 11646

def time_granularity
  @time_granularity
end