Class: Aws::BedrockAgent::Types::CreateAgentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::CreateAgentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Create 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
949 950 951 952 953 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 949 class CreateAgentResponse < Struct.new( :agent) SENSITIVE = [] include Aws::Structure end |