Class: Aws::BedrockAgent::Types::IngestionJobSortBy
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::IngestionJobSortBy
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
The parameters of sorting the data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute ⇒ String
The name of field or attribute to apply sorting of data.
-
#order ⇒ String
The order for sorting the data.
Instance Attribute Details
#attribute ⇒ String
The name of field or attribute to apply sorting of data.
5503 5504 5505 5506 5507 5508 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5503 class IngestionJobSortBy < Struct.new( :attribute, :order) SENSITIVE = [] include Aws::Structure end |
#order ⇒ String
The order for sorting the data.
5503 5504 5505 5506 5507 5508 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5503 class IngestionJobSortBy < Struct.new( :attribute, :order) SENSITIVE = [] include Aws::Structure end |