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.
Direct Known Subclasses
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.
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 |
#unknown ⇒ Object
Returns the value of attribute unknown
2713 2714 2715 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2713 def unknown @unknown end |