Class: Aws::BedrockAgent::Types::CreateAgentActionGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::CreateAgentActionGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_action_group ⇒ Types::AgentActionGroup
Contains details about the action group that was created.
Instance Attribute Details
#agent_action_group ⇒ Types::AgentActionGroup
Contains details about the action group that was created.
1090 1091 1092 1093 1094 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1090 class CreateAgentActionGroupResponse < Struct.new( :agent_action_group) SENSITIVE = [] include Aws::Structure end |