Class: Aws::BedrockAgentCoreControl::Types::CustomReflectionConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::CustomReflectionConfigurationInput
- 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
-
#episodic_reflection_override ⇒ Types::EpisodicOverrideReflectionConfigurationInput
The reflection override configuration input.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#episodic_reflection_override ⇒ Types::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 |
#unknown ⇒ Object
Returns the value of attribute unknown
3337 3338 3339 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3337 def unknown @unknown end |