Class: Aws::Types::AggregationThreshold

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_aggregate_expression_type"COLUMNS_ONLY", "ANY_EXPRESSION"

Returns the value of attribute allowed_aggregate_expression_type.

Returns:

  • ("COLUMNS_ONLY", "ANY_EXPRESSION")


69
70
71
# File 'sig/types.rbs', line 69

def allowed_aggregate_expression_type
  @allowed_aggregate_expression_type
end

#identity_columns::Array[::String]

Returns the value of attribute identity_columns.

Returns:

  • (::Array[::String])


65
66
67
# File 'sig/types.rbs', line 65

def identity_columns
  @identity_columns
end

#minimum_identity_count::Integer

Returns the value of attribute minimum_identity_count.

Returns:

  • (::Integer)


66
67
68
# File 'sig/types.rbs', line 66

def minimum_identity_count
  @minimum_identity_count
end

#output_column_thresholds::Array[Types::OutputColumnThreshold]

Returns the value of attribute output_column_thresholds.

Returns:



68
69
70
# File 'sig/types.rbs', line 68

def output_column_thresholds
  @output_column_thresholds
end

#type"COUNT_DISTINCT"

Returns the value of attribute type.

Returns:

  • ("COUNT_DISTINCT")


67
68
69
# File 'sig/types.rbs', line 67

def type
  @type
end