Class: Aws::BedrockAgent::Types::UpdateAgentActionGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::UpdateAgentActionGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Update Action Group Response
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_action_group ⇒ Types::AgentActionGroup
Contains the information of an Agent Action Group.
Instance Attribute Details
#agent_action_group ⇒ Types::AgentActionGroup
Contains the information of an Agent Action Group
3047 3048 3049 3050 3051 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3047 class UpdateAgentActionGroupResponse < Struct.new( :agent_action_group) SENSITIVE = [] include Aws::Structure end |