Class: Aws::Types::GroupByResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_by_field::String

Returns the value of attribute group_by_field.

Returns:

  • (::String)


6188
6189
6190
# File 'sig/types.rbs', line 6188

def group_by_field
  @group_by_field
end

#group_by_values::Array[Types::GroupByValue]

Returns the value of attribute group_by_values.

Returns:



6189
6190
6191
# File 'sig/types.rbs', line 6189

def group_by_values
  @group_by_values
end