Class: Aws::Types::InsightResultValue
- Inherits:
-
Object
- Object
- Aws::Types::InsightResultValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#group_by_attribute_value ⇒ ::String
Returns the value of attribute group_by_attribute_value.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
6250 6251 6252 |
# File 'sig/types.rbs', line 6250 def count @count end |
#group_by_attribute_value ⇒ ::String
Returns the value of attribute group_by_attribute_value.
6249 6250 6251 |
# File 'sig/types.rbs', line 6249 def group_by_attribute_value @group_by_attribute_value end |