Class: Aws::BedrockAgent::Types::CreateAgentActionGroupResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_action_groupTypes::AgentActionGroup

Contains details about the action group that was created.



1054
1055
1056
1057
1058
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1054

class CreateAgentActionGroupResponse < Struct.new(
  :agent_action_group)
  SENSITIVE = []
  include Aws::Structure
end