Class: Aws::Types::InsightResults

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_by_attribute::String

Returns the value of attribute group_by_attribute.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



6257
6258
6259
# File 'sig/types.rbs', line 6257

def result_values
  @result_values
end