Class: Aws::BedrockAgent::Types::IngestionJobFilter

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

Overview

Defines a filter by which to filter the results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributeString

The attribute by which to filter the results.

Returns:

  • (String)


2285
2286
2287
2288
2289
2290
2291
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2285

class IngestionJobFilter < Struct.new(
  :attribute,
  :operator,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#operatorString

The operation to carry out between the attribute and the values.

Returns:

  • (String)


2285
2286
2287
2288
2289
2290
2291
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2285

class IngestionJobFilter < Struct.new(
  :attribute,
  :operator,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

A list of values for the attribute.

Returns:

  • (Array<String>)


2285
2286
2287
2288
2289
2290
2291
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2285

class IngestionJobFilter < Struct.new(
  :attribute,
  :operator,
  :values)
  SENSITIVE = []
  include Aws::Structure
end