Class: Aws::Types::AggregationConstraint
- Inherits:
-
Object
- Object
- Aws::Types::AggregationConstraint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_name ⇒ ::String
Returns the value of attribute column_name.
-
#minimum ⇒ ::Integer
Returns the value of attribute minimum.
-
#type ⇒ "COUNT_DISTINCT"
Returns the value of attribute type.
Instance Attribute Details
#column_name ⇒ ::String
Returns the value of attribute column_name.
58 59 60 |
# File 'sig/types.rbs', line 58 def column_name @column_name end |
#minimum ⇒ ::Integer
Returns the value of attribute minimum.
59 60 61 |
# File 'sig/types.rbs', line 59 def minimum @minimum end |
#type ⇒ "COUNT_DISTINCT"
Returns the value of attribute type.
60 61 62 |
# File 'sig/types.rbs', line 60 def type @type end |