Class: Aws::Types::IngestionJobSortBy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute"STATUS", "STARTED_AT"

Returns the value of attribute attribute.

Returns:

  • ("STATUS", "STARTED_AT")


1526
1527
1528
# File 'sig/types.rbs', line 1526

def attribute
  @attribute
end

#order"ASCENDING", "DESCENDING"

Returns the value of attribute order.

Returns:

  • ("ASCENDING", "DESCENDING")


1527
1528
1529
# File 'sig/types.rbs', line 1527

def order
  @order
end