Class: Aws::LexModelsV2::Types::BuiltInSlotTypeSortBy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Specifies attributes for sorting a list of built-in slot types.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributeString

The attribute to use to sort the list of built-in intents.

Returns:

  • (String)


2835
2836
2837
2838
2839
2840
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2835

class BuiltInSlotTypeSortBy < Struct.new(
  :attribute,
  :order)
  SENSITIVE = []
  include Aws::Structure
end

#orderString

The order to sort the list. You can choose ascending or descending.

Returns:

  • (String)


2835
2836
2837
2838
2839
2840
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2835

class BuiltInSlotTypeSortBy < Struct.new(
  :attribute,
  :order)
  SENSITIVE = []
  include Aws::Structure
end