Class: Aws::BedrockAgent::Types::PrepareAgentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::PrepareAgentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
PrepareAgent Request
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_id ⇒ String
Id generated at the server side when an Agent is created.
Instance Attribute Details
#agent_id ⇒ String
Id generated at the server side when an Agent is created
2556 2557 2558 2559 2560 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2556 class PrepareAgentRequest < Struct.new( :agent_id) SENSITIVE = [] include Aws::Structure end |