Class: Aws::Types::InsightResults
- Inherits:
-
Object
- Object
- Aws::Types::InsightResults
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_by_attribute ⇒ ::String
Returns the value of attribute group_by_attribute.
-
#insight_arn ⇒ ::String
Returns the value of attribute insight_arn.
-
#result_values ⇒ ::Array[Types::InsightResultValue]
Returns the value of attribute result_values.
Instance Attribute Details
#group_by_attribute ⇒ ::String
Returns the value of attribute group_by_attribute.
6256 6257 6258 |
# File 'sig/types.rbs', line 6256 def group_by_attribute @group_by_attribute end |
#insight_arn ⇒ ::String
Returns the value of attribute insight_arn.
6255 6256 6257 |
# File 'sig/types.rbs', line 6255 def insight_arn @insight_arn end |
#result_values ⇒ ::Array[Types::InsightResultValue]
Returns the value of attribute result_values.
6257 6258 6259 |
# File 'sig/types.rbs', line 6257 def result_values @result_values end |