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)


2259
2260
2261
2262
2263
2264
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2259

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

#orderString

The order by which to sort the results.

Returns:

  • (String)


2259
2260
2261
2262
2263
2264
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2259

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