Class: Aws::Types::BuiltInIntentSortBy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute ⇒ "IntentSignature"

Returns the value of attribute attribute.

Returns:

  • ("IntentSignature")


624
625
626
# File 'sig/types.rbs', line 624

def attribute
  @attribute
end

#order ⇒ "Ascending", "Descending"

Returns the value of attribute order.

Returns:

  • ("Ascending", "Descending")


625
626
627
# File 'sig/types.rbs', line 625

def order
  @order
end