Class: Aws::BedrockAgent::Types::CreateAgentActionGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::CreateAgentActionGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Create 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
817 818 819 820 821 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 817 class CreateAgentActionGroupResponse < Struct.new( :agent_action_group) SENSITIVE = [] include Aws::Structure end |