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)


2239
2240
2241
2242
2243
2244
2245
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2239

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)


2239
2240
2241
2242
2243
2244
2245
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2239

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

#valuesArray<String>

A list of values for the attribute.

Returns:

  • (Array<String>)


2239
2240
2241
2242
2243
2244
2245
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2239

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