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.

Direct Known Subclasses

EpisodicReflectionOverride, Unknown

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.



2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2713

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



2713
2714
2715
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2713

def unknown
  @unknown
end