Class: Aws::BedrockAgent::Types::UpdateAgentActionGroupResponse

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 updated.



3837
3838
3839
3840
3841
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3837

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