Class: Aws::Types::GroupingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::GroupingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#criteria ⇒ ::String
Returns the value of attribute criteria.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#criteria ⇒ ::String
Returns the value of attribute criteria.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def criteria @criteria end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def values @values end |