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.



3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3565

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



3565
3566
3567
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3565

def unknown
  @unknown
end