Class: Aws::BedrockAgent::Types::CreateAgentActionGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::CreateAgentActionGroupResponse
- Defined in:
- gems/aws-sdk-bedrockagent/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.
1409 1410 1411 1412 1413 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1409 class CreateAgentActionGroupResponse < Struct.new( :agent_action_group) SENSITIVE = [] include Aws::Structure end |