Class: Aws::BedrockAgent::Types::CreateAgentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::CreateAgentResponse
- Defined in:
- gems/aws-sdk-bedrockagent/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.
1607 1608 1609 1610 1611 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1607 class CreateAgentResponse < Struct.new( :agent) SENSITIVE = [] include Aws::Structure end |