Class: Aws::BedrockAgentCoreControl::Types::CustomReflectionConfigurationInput

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

Overview

Note:

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

Input for a custom reflection configuration.

Defined Under Namespace

Classes: EpisodicReflectionOverride, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#episodic_reflection_overrideTypes::EpisodicOverrideReflectionConfigurationInput

The reflection override configuration input.



3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3337

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

  class EpisodicReflectionOverride < CustomReflectionConfigurationInput; end
  class Unknown < CustomReflectionConfigurationInput; end
end

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



3337
3338
3339
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3337

def unknown
  @unknown
end