Class: Aws::LexModelsV2::Types::GenerationSortBy

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

Overview

Specifies the attribute and method by which to sort the generation request information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributeString

The attribute by which to sort the generation request information. You can sort by the following attributes.

  • creationStartTime – The time at which the generation request was created.

  • lastUpdatedTime – The time at which the generation request was last updated.

Returns:

  • (String)


7752
7753
7754
7755
7756
7757
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7752

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

#orderString

The order by which to sort the generation request information.

Returns:

  • (String)


7752
7753
7754
7755
7756
7757
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7752

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