Class: Aws::Types::FindingStatisticsSortCriteria

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name"groupKey", "count"

Returns the value of attribute attribute_name.

Returns:

  • ("groupKey", "count")


714
715
716
# File 'sig/types.rbs', line 714

def attribute_name
  @attribute_name
end

#order_by"ASC", "DESC"

Returns the value of attribute order_by.

Returns:

  • ("ASC", "DESC")


715
716
717
# File 'sig/types.rbs', line 715

def order_by
  @order_by
end