Class: Aws::Types::GroupByValue
- Inherits:
-
Object
- Object
- Aws::Types::GroupByValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#field_value ⇒ ::String
Returns the value of attribute field_value.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
6201 6202 6203 |
# File 'sig/types.rbs', line 6201 def count @count end |
#field_value ⇒ ::String
Returns the value of attribute field_value.
6200 6201 6202 |
# File 'sig/types.rbs', line 6200 def field_value @field_value end |