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.
436 437 438 |
# File 'sig/types.rbs', line 436 def criteria @criteria end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
437 438 439 |
# File 'sig/types.rbs', line 437 def values @values end |