Class: Aws::Types::SortCriteria

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field"SEVERITY", ...

Returns the value of attribute field.

Returns:

  • ("SEVERITY", "STATUS", "CREATED_TIME")


420
421
422
# File 'sig/types.rbs', line 420

def field
  @field
end

#sort_order"ASC", "DESC"

Returns the value of attribute sort_order.

Returns:

  • ("ASC", "DESC")


421
422
423
# File 'sig/types.rbs', line 421

def sort_order
  @sort_order
end