Class: Aws::BedrockAgent::Types::CreateAgentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::CreateAgentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent ⇒ Types::Agent
Contains details about the agent created.
Instance Attribute Details
#agent ⇒ Types::Agent
Contains details about the agent created.
1248 1249 1250 1251 1252 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1248 class CreateAgentResponse < Struct.new( :agent) SENSITIVE = [] include Aws::Structure end |