Class: Aws::BedrockAgentCoreControl::Types::ModifyExtractionConfiguration

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

Overview

Note:

ModifyExtractionConfiguration is a union - when making an API calls you must set exactly one of the members.

Contains information for modifying an extraction configuration.

Direct Known Subclasses

CustomExtractionConfiguration, Unknown

Defined Under Namespace

Classes: CustomExtractionConfiguration, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_extraction_configurationTypes::CustomExtractionConfigurationInput

The updated custom extraction configuration.



4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4154

class ModifyExtractionConfiguration < Struct.new(
  :custom_extraction_configuration,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class CustomExtractionConfiguration < ModifyExtractionConfiguration; end
  class Unknown < ModifyExtractionConfiguration; end
end

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



4154
4155
4156
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4154

def unknown
  @unknown
end