Class: Aws::Types::TestSetSortBy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute ⇒ "TestSetName", "LastUpdatedDateTime"

Returns the value of attribute attribute.

Returns:

  • ("TestSetName", "LastUpdatedDateTime")


3413
3414
3415
# File 'sig/types.rbs', line 3413

def attribute
  @attribute
end

#order ⇒ "Ascending", "Descending"

Returns the value of attribute order.

Returns:

  • ("Ascending", "Descending")


3414
3415
3416
# File 'sig/types.rbs', line 3414

def order
  @order
end