Class: Aws::BedrockAgent::Types::IngestionJobSortBy

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

Overview

Parameters by which to sort the results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributeString

The attribute by which to sort the results.

Returns:

  • (String)


2334
2335
2336
2337
2338
2339
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2334

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

#orderString

The order by which to sort the results.

Returns:

  • (String)


2334
2335
2336
2337
2338
2339
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2334

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