Class: Aws::BedrockAgentCoreControl::Types::TokenBasedTriggerInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::TokenBasedTriggerInput
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Trigger configuration based on tokens.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#token_count ⇒ Integer
Number of tokens that trigger memory processing.
Instance Attribute Details
#token_count ⇒ Integer
Number of tokens that trigger memory processing.
5376 5377 5378 5379 5380 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5376 class TokenBasedTriggerInput < Struct.new( :token_count) SENSITIVE = [] include Aws::Structure end |