Class: Aws::Types::AggregationConstraint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#column_name::String

Returns the value of attribute column_name.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def column_name
  @column_name
end

#minimum::Integer

Returns the value of attribute minimum.

Returns:

  • (::Integer)


59
60
61
# File 'sig/types.rbs', line 59

def minimum
  @minimum
end

#type"COUNT_DISTINCT"

Returns the value of attribute type.

Returns:

  • ("COUNT_DISTINCT")


60
61
62
# File 'sig/types.rbs', line 60

def type
  @type
end