Class: Aws::Types::InvestigationSortCriteria

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name"START_TIME", ...

Returns the value of attribute attribute_name.

Returns:

  • ("START_TIME", "END_TIME", "STATUS", "RISK_LEVEL", "CONFIDENCE")


1642
1643
1644
# File 'sig/types.rbs', line 1642

def attribute_name
  @attribute_name
end

#order_by"ASC", "DESC"

Returns the value of attribute order_by.

Returns:

  • ("ASC", "DESC")


1643
1644
1645
# File 'sig/types.rbs', line 1643

def order_by
  @order_by
end