Class: Aws::Types::IntentSortBy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute ⇒ "IntentName", "LastUpdatedDateTime"

Returns the value of attribute attribute.

Returns:

  • ("IntentName", "LastUpdatedDateTime")


2046
2047
2048
# File 'sig/types.rbs', line 2046

def attribute
  @attribute
end

#order ⇒ "Ascending", "Descending"

Returns the value of attribute order.

Returns:

  • ("Ascending", "Descending")


2047
2048
2049
# File 'sig/types.rbs', line 2047

def order
  @order
end