Class: Aws::BedrockAgent::Types::UpdateAgentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::UpdateAgentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Update Agent Response
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent ⇒ Types::Agent
Contains the information of an agent.
Instance Attribute Details
#agent ⇒ Types::Agent
Contains the information of an agent
3212 3213 3214 3215 3216 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3212 class UpdateAgentResponse < Struct.new( :agent) SENSITIVE = [] include Aws::Structure end |