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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



1037
1038
1039
1040
1041
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1037

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